Versions Compared

Key

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

...

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.

$.dam-import.upload.roles

-

By default, there are 4 roles available in a project, but only one has acces to the upload button: the admin.

If roles are created or if you want to give access to the upload to another role group, you have to add the group ID into $.dam-import.upload.roles.

Example of role configuration file:

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

Here, the group ID 4 (developer) and the group ID 27 (admin) will be able to upload.

If a group ID is added, don’t forget to update $.menu.actionAvailabled.json. See documentation on Main Menu for more information.

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

...