Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Design

Default Configuration

Header (Homepage)

Default Behaviour(s) :

Header is composed of :

  • A wedia logo : redirects to the homepage of the application

  • An upload icon : redirects to the mass upload page

    • Only visible for Administrators

  • A Notification icon : opens the notification popin

  • Board icon : redirects to “my boards” page

  • Menu icon : opens the menu

Header (search pages)

Default Behaviour(s) :

Header is composed of :

  • A wedia logo : redirects to the homepage of the application

  • An upload icon : redirects to the mass upload page

    • Only visible for Administrators

  • Drop-Down menu with the following options :

  • Search icon + Search bar with auto-complete + number of results corresponding to the total number of asset

    • After fielding-in one or several key word(s), user can click on the suggested tags throught autompleted options, or he can press the enter key of his keyboard in order to display the results

  • A notification icon : opens the notification popin

  • Board icon : redirects to “my boards” page

  • Menu icon : opens the menu

Header (other pages)

Default Behaviour(s) :

Header is composed of :

  • A wedia logo : redirects to the homepage of the application

  • An upload icon : redirects to the mass upload page

    • Only visible for Administrators

  • A notification icon : opens the notification popin

  • Board icon : redirects to “my boards” page

  • Menu icon : opens the menu

 

Advanced Configuration

Customize your logos

Go to administration interface DAM Branding

Add cursors or queries

Deactivating a features (upload or boards)

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.

$.dam-import.upload.roles

-

By default, no roles are created and so the upload is available.

If roles are created, the app will check that the user belongs in one of those role IDs.

Example of role configuration file:

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

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

Here’s it’s overview:

Config path

Default value

Description

Translation i18n key:
nav.boards

My boards

This translation key is used when the user is connected

Translation i18n key:

nav.boards_not_connected

Boards

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

  • No labels