Reputation: 459
I am having trouble with branding the application in cumulocity. I tried to test branding by cloning the cockpit app to use our Branding. If i see in the manage application window i am not able to customize the branding/logo. I don't see the option to customize the branding Although i removed the cumulocity branding plugin from the app now I only see the name of my application as the logo. In the plugins window i saw only cumulocity branding, nothing for custom branding. Can you please correct me if i missed something?
Upvotes: 1
Views: 532
Reputation: 238
Here is how I would do it. Clone or download the cumulocity-ui-plugin-examples from the cumulocity repository then:
c8y deploy:plugin myBranding
. This command create a .zip file of the plugin. Open your app.
Note: If you haven't installed the c8y tool and assuming you have installed nodejs , just run npm i cumulocity-tools -g
to get the tool. See this great documentation for more info.
You can find a documentation related to this in: branding guide.
Hope this helps!
Upvotes: 4