Design
Default Configuration
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 :
Search for an asset link - redirects to the search page,
Upload assets link - redirects to the mass upload page,
Only visible for Administrators
Footer links
Legal Notice : the user is redirected on the legal notice page
Terms of use : the user is redirected on the terms of service page
Feedback : opens the feedback’s popup.
Profile picture / First Name / Last Name
Disconnect link
My boards link
My searches link
Release Number
Language drop-down menu with options :
French, English, Deutch
Cross, for closing the menu
Advanced Configuration
Adding shortcuts in the menu
The available actions, added on the top, are described in the actionAvailabled.json file located in the menu
directory. It is an Array<Action>
with the following description :
Adding footer links in the menu
To complete
Disabling one or more languages
The list of available languages can be modified from the available-languages.json file located in the language
directory. It is an Array<Lang>
with the following description :
Config Path | Default value | Description |
---|---|---|
$.language.availableLanguages | [ { "name": "fr", "id": 1 }, { "name": "en", "id": 2 }, { "name": "de", "id": 4 } ] | An array of lang objects with 2 entries:
|