How to set header title in hybrid page?

cancel
Showing results for 
Search instead for 
Did you mean: 
npavlov
Active Member II

How to set header title in hybrid page?

Jump to solution

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 Solution

Accepted Solutions
npavlov
Active Member II

Re: How to set header title in hybrid page?

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

View solution in original post

1 Reply
npavlov
Active Member II

Re: How to set header title in hybrid page?

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