Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The upload icon depends on several parameters :

  • an

...

  • upload feature,

...

  • if there are roles affected or not

...

  • ,

  • and the user has to be connected;

Here is an overview of those parameters :

Config path

Default value

Description

Translation i18n key:
nav.upload

Upload assets

$.features.upload

true

To hide the upload icon, set the value to false.

-

-

User has to be connected

$.dam-import.upload.roles

-

By default, no roles are created and if there are none, so the upload is available (for everyone).

If you create a role configuration fileroles are created, the app will see if check that the user is belongs in one of the group those role IDs.

Example of role configuration file:

Code Block
{
  "asset": [4, 27, 28],
  "pimasset": [4, 27, 28]
}

For the “boards” icon:

The board icon depends on only one parameter: a board feature.

Here’s it’s overview:

(i18n key) (i18n key)Setting 1

Config path

Default value

Description

Translation (tooltip)i18n key:
nav.boards

My boards

When This translation key is used when the user is connected

Translation (tooltip)i18n key:

nav.boards_not_connected

Boards

When This translation key is used when the user is not connected

$.features.boards

true

To hide the boards icon, set the setting $.features.boards to false

...