cancel
Showing results for 
Search instead for 
Did you mean: 

How to set header title in hybrid page?

npavlov
Confirmed Champ
Confirmed Champ

Hi,

how to set that header? 

I think i could add my header and footer, set the header label there and then use share/page/dp/ws, but is it any method to do it easier?

There is an example of page without header label in attached file. I want it to be beside Alfresco logo.

1 ACCEPTED ANSWER

npavlov
Confirmed Champ
Confirmed Champ
For that you should use widget JSDoc: Module: alfresco/header/SetTitle :
{
    id: "SET_PAGE_TITLE",
    name: "alfresco/header/SetTitle",
    config: {
        title: "Custom Title"
    }
}

View answer in original post

1 REPLY 1

npavlov
Confirmed Champ
Confirmed Champ
For that you should use widget JSDoc: Module: alfresco/header/SetTitle :
{
    id: "SET_PAGE_TITLE",
    name: "alfresco/header/SetTitle",
    config: {
        title: "Custom Title"
    }
}