Versions Compared

Key

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

...

Name

Include Page
TERMS:Name
TERMS:Name

ID

Include Page
TERMS:Field ID
TERMS:Field ID

Filter template

You can add a filter here to find the related items.

Code Block
languagejson
{
  "kind": "TermsFilter",
  "field": "layer1.field1",
  "terms": ["{{data.layer1.field2}}", "{{data.layer2.field3.[0].field5}}", "{{content.field2.en}}", "hardcodedValue"]
}

You can add any query filter, whereas for TermFilter & TermsFilter Liquid Syntax is supported.

The fields you want to use here must be available in filters on the layer.

Filter by label (Content by label)
showLabelsfalse
excerptTypesimple
cqllabel = "dynamic-view"

Sort

You can select the metadata value that should be used for sorting the Content Items in the Dynamic View.

Display Settings

Default view

Select the default view for related items:

  • List

  • Thumbnail small

  • Thumbnail medium

Large thumbnails are not available as they would not fit into the small view.

List view maximum rows

Select the maximum rows that should be displayed in the list view. The default is set to 4.

Thumbnail view maximum rows

Select the maximum rows that should be displayed in the thumbnail view. The default is set to 2.

Show related content on download

Show the related Content Items in the download window.

Info

Show related content on download is not available for List Schemas.

...