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?
Asked
Active
Viewed 488 times
1 Answers
4
Here is how I would do it. Clone or download the cumulocity-ui-plugin-examples from the cumulocity repository then:
- Go to plugins folder
- Find myBranding folder
- Now go to the img folder and changes the logo-main.svg and logo.svg for your desire logos. Also, you can check the colors.less file in the variables folder and change the colors of your application UI.
- Now go to the main folder (where you download the repository) and run
c8y deploy:plugin myBranding
. This command create a .zip file of the plugin. - Next, go the administration app in Cumulocity , find the app your cloned and click on edit, then go to the plugins tab. There you can find the list of the plugins that your app is using.
- Find the Branding: Cumulocity plugin and click on remove like
.
- Next, in the same menu, click on add plugin.
- Look on your computer for the .zip file you create on the 4 step and load it.
- Click on save.
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!

Jorge
- 238
- 1
- 10