header
[
{
"config": {
"header": {
"dropdowns": {
"help": {
"key": "header/help",
"title": "Help",
"iconClass": "fa fa-question-circle",
"items": [
{
"key": "header/help/read-documentation",
"title": "Read Documentation",
"module": "app/actions/header/read-documentation",
"url": "/_link?url=https://gitana.io/documentation.html"
},
{
"key": "header/help/watch-video",
"title": "Watch Videos",
"module": "app/actions/header/watch-videos",
"url": "/_link?url=https://gitana.io/videos.html"
},
{
"key": "header/help/browse-developer-guides",
"title": "Browse Developer Guides",
"module": "app/actions/header/browse-developer-guides",
"url": "/_link?url=https://gitana.io/guides.html"
},
{
"key": "header/help/manage-subscription",
"title": "Manage Subscription",
"module": "app/actions/header/manage-subscription",
"url": "/_link?url=https://gitana.io/tenant",
"allowAuthority": [
"owner"
]
},
{
"key": "header/help/contact-support",
"title": "Contact Support",
"url": "/_link?url=https://support.cloudcms.com/hc/en-us"
}
]
},
"account": {
"key": "header/account",
"title": "Account",
"iconClass": "fa fa-user",
"items": [
{
"key": "header/account/my-account",
"title": "My Account",
"module": "app/actions/header/edit-profile"
},
{
"key": "header/account/change-password",
"title": "Change Password",
"module": "app/actions/account/change-password"
},
{
"divider": true
},
{
"key": "header/account/platform-preferences",
"title": "Platform Preferences",
"module": "app/actions/header/platform-preferences"
},
{
"divider": true
},
{
"key": "header/account/logout",
"title": "Logout",
"url": "/logout"
}
]
}
}
}
}
}
]```