cancel
Showing results for 
Search instead for 
Did you mean: 

Customize shellbar second title

jerome_martin
Explorer
0 Kudos

Hi Gurus,

How can I set the value of the shellbar second title decribed is the following lnk ?

https://experience.sap.com/fiori-design-web/shell-bar/#branding-area-and-second-title

Many thanks for your feedback.

Kind regards

Jérôme

Accepted Solutions (1)

Accepted Solutions (1)

CristianBabei
Contributor
0 Kudos

Hi,

If you use the manifest.json app model,

in the manifest file:

    "sap.app": {
        "id": "ice.sap.fiori.timesheet",
        "type": "application",
        "i18n": "i18n/i18n.properties",
        "title": "{{App.Title}}",
        "description": "{{App.Description}}",
        "applicationVersion": {
            "version": "1.0.0"
        },

The "App.Title" , from the i18n file is the text wich will appear.

If you don't define it there, it will auto get from the Tile configuration title.

This is for your apps title, if you want to change the standard title of your launchpad, this is other story 🙂


Answers (0)