Versions Compared

Key

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

...

Contributing sliding images is a 2 steps process from the backend interface:

  1. Upload and describe images Administration > Manage Portal > Manage Home carousel images.

  2. Create a home widget Administration > Manage Portal > Home Widgets of type carousel and assign it the images you want

Widgets area

Widgets are contributed from the back-end interface. Administration > Manage Portal > Home Widgets. You can sort the widgets from the backend interface.

...

The background sliding images can be configured as a dedicated contribution of images or as the result of a predefined query on any dam content inside the DAM. Default configuration uses a dedicated contribution.

You can configure wich contexts you want to see in the dropdown menu. If you don’t configure it, contexts defined in $dam.contexts will be displayed.

“google like” search

Config path

Default value

Description

$.home.displaySearchBar

true

Enables the google like search

$.home.headerNavHomeBarSearches

Code Block
[
  {
    "translationKey": "home.searchBar.allmedia"
  },
  {
    "translationKey": "home.searchBar.video",
    "targetCursorName": "allVideos"
  }
]

Defines the different values available in the left drop-down menu.

Each entry in the array is an object accepting 2 properties:

  • translationKey (mandatory), the i18n key for the dropdown item

  • targetCursorName name of the cursor the search should lead to (default: allAssets)

$.home.hideCursorNameIfAlone

true

When set to true, will hide the cursor name, if only one available

i18n home.button.search

Search

i18n key for the search button

...

Contributing sliding images is a 2 steps process from the backend interface:

  1. Upload and describe images Administration > Manage Portal > Manage Home carousel images.

  2. Create a home widget Administration > Manage Portal > Home Widgets of type carousel and assign it the images you want

background sliding images as a predefined query

...

Analytics widget cannot be configured ; it is activated through 2 conditions:

  1. There is a carousel widget configured in backend

  2. The config entry point $.home.displayTopMedias is not set to false

Footer area

A footer of links can be displayed on the home page.

...