Cumulocity-IoT / cumulocity-app-builder

The Application Builder for Cumulocity provides a simple, coding-free way to create new applications inside Cumulocity. Application Builder is an open-source tool for you to create web applications in a no-code environment. Created by Global Presales.
Apache License 2.0
16 stars 6 forks source link

Missing ability to change the page's title tag (to fully overwrite c8y branding) #80

Closed beabehnisch closed 1 year ago

beabehnisch commented 1 year ago

as a user, I need to be able to fully erase the cumulocity branding in order to ship my custom app to an end-customer (they don't know cumulocity and shouldn't be confused). Instead they should only see the name of my custom app. Screenshot 2023-01-13 at 16 18 13

For the rest of the platform it seems to be working to overwrite the title (If branding feature is configured):

Screenshot 2023-01-13 at 16 21 38
SheethalJR commented 1 year ago

Hi @beabehnisch,

This can be achieved by modifying the package.json file in the Application builder source code. Steps to follow to clone and modify the source code.

1) Clone from Source Code. 2) Run npm i. 3) Add "globalTitle": "custom-app-name" entry in package.json file under the "application". 4) Run npm build command to build the file. You can find the build file under /dist folder. 5) You can upload the zip file in your tenant by navigating to Administration->Ecosystem->Applications-> Application Builder.

Kindly let us know if you are facing any issue.

Regards, Sheethal J R