...
Info |
---|
Default Behaviour(s) : User can acces the main menu from every pages of the DAM by clicking on the menu icon in the Header. By default, main menu is composed of :
|
Advanced Configuration
Adding shortcuts in the main menu
...
The shortcuts you want to display must be described in the actionAvailabled.json file located in the menu
directory. It is an Array<Action>
with the following settings :
...
Property | Type | Default | Description |
---|---|---|---|
|
|
| Unique identifier of your choice for the shortcut |
|
|
| I18n key for shortcut label |
|
|
| Font awesome style |
|
|
| A JSON object with a mandatory
|
|
|
| I18n key for shortcut description |
Adding footer links in the main menu
...
The footer links you want to display must be described in the footer-links.json file located in the menu
directory. The links
property is an Array<Link>
with the following settings :
...
Property | Type | Default | Description |
---|---|---|---|
|
|
| I18n key for link label |
|
|
| A JSON
|
Adding links in the sidebar menu
...
The links you want to display in the sidebar menu must described in the links.json file located in the menu
directory. It's an Array<Link>
with the following settings :
Config Path | Default value | Description | ||
---|---|---|---|---|
|
|
Each Link
object has the following structure :
Property | Type | Default | Description |
---|---|---|---|
|
|
| I18n key for link label |
|
|
| A JSON
|
Disabling one or more languages
...