Table of Contents |
---|
Design
...
...
How it works
Header (Homepage)
Header is composed of :
A wedia logo : redirects to the homepage of the applicationAn upload
A wedia-transfer icon : opens wedia transfer app
“Boards” : redirects to the mass upload page
Only visible for Administrators and contributors“my boards” page
“My workspaces” : redirects to creative review workspace
A Notification icon : opens the notification popin
Board icon : redirects to “my boards” page
Menu icon : opens the main menu
...
Header (Search Pages)
Header is composed of :
A wedia logo : redirects to the homepage of the DAM
An upload icon : redirects to the mass upload page
Only visible for Administrators and contributors
DropUniverses drop-Down menu with the following options :
All assets (with minimalist asset structure)
All videos Default universes are all assets, all videos
The universes menu list predefined queries
Additional universes can be defined at the project level
Separators can space out universes
Search icon + Search bar with auto-complete + number of results corresponding to the total number of asset
A notification icon : opens the notification popin
Board icon :
Search as you type is available
By default, all indexed properties will be analyzed (text, list, document contents)
It is possible to list the properties that should be part of this suggest, and exclude other full text search properties from the suggester
List of full text search properties that come with starter kit is available in the document Assets Structure
A wedia-transfer icon : opens wedia transfer app
“Boards” : redirects to “my boards” page
“My workspaces” : redirects to creative review workspace
A Notification icon : opens the notification popin
Menu icon : opens the main menu
...
Header (other pages)
Header is composed of :
A wedia logo : redirects to the homepage of the applicationAn upload
A wedia-transfer icon : opens wedia transfer app
“Boards” : redirects to the mass upload page
Only visible for Administrators and contributors
A notification “my boards” page
“My workspaces” : redirects to creative review workspace
A Notification icon : opens the notification popin
Board Menu icon : redirects to “my boards” page
Menu icon : opens the menu
...
opens the main menu
Standard configuration
The universes menu are manageable from an easy-to-use, out-of-the-box settings interface provided with starter kit from the 2023.1.0 WEDIA release.
From the 2023.3.0 WEDIA release, logos are also manageable from this interface
Advanced Configuration for developpers
Customize your logos
Go to administration interface DAM Branding
Expected sizes and formats are described on this page : UI configuration checklist
...
Add universes (cursors or queries)
Queries
There are no conditions for the full text search bar to display in the dam page. It will always show.
...
On the home page however, the full text search bar is not visible.
Here is an overview:
Config path | Default value | Description |
---|---|---|
Translation i18n key: | I'm looking for |
Cursors
By default, there are 2 cursors already configured : “All assets” and “All videos“. It also possible to add personalized cursors.
...
Here is it’s overview of the default cursors:
Config path | Default value | Description | |||||
---|---|---|---|---|---|---|---|
Translation i18n key:
| All assets | ||||||
Translation i18n key:
| All videos | ||||||
|
| Describes how the cursor “All assets” will work: as the | |||||
|
| Describes how the cursor “All videos” will filter the assets: will display all assets where the | |||||
| "allAssets" | Defines the default cursor, the one that is shown when going to the dam explorer page. |
Adding a new cursor
When adding a new cursor, there are a few steps to take.
...
Here is an overview of what a separator would look like:
without separators | with separators |
Disabling cursors
We can disable the visiblity of the cursors in the dam explorer page by setting to false the $.dam.behaviors.display-contexts-filter.json
.
Deactivating
...
boards
...
The display of the upload icon depends on several parameters :
an upload feature,
if the user has a role that is allowed to upload,
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, 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.
Here’s it’s overview:
Config path | Default value | Description |
---|---|---|
Translation i18n key: | My boards | This translation key is used when the user is connected |
Translation i18n key:
| Boards | This translation key is used when the user is not connected |
|
| To hide the boards icon, set the setting |
Deactivating Creative workflow
Follow the documentation in order to deactivate Creative workflow on your project :