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 8 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, the user has to be connected and if there are roles affected or not. 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, the upload is available (for everyone).

If you create a role configuration file, the app will see if the user is in one of the group IDs.

Example of role configuration file:

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

For the “boards” icon:

Config path

Default value

Description

Translation (tooltip)

nav.boards (i18n key)

My boards

When connected

Translation (tooltip)

nav.boards_not_connected (i18n key)

Boards

When not connected

Setting 1

$.features.boards

true

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

  • No labels