Tree View Overview
Icon | |
Behavior |
|
Limitation | Tree View Fields are not editable - neither in Single nor in Batch Editor! The field is therefore also not available in filters or search. The content shown in the field depends on the field filter configuration. |
Examples | |
Display & Handling | |
Liquid Syntax | Everything from the liquid syntax is supported in this filter including loops, variables etc. |
Permissions |
Tree View Value Handling
This is just a view; no values can be extracted from business rules or in display patterns.
Dynamic View Field Settings
Name | The Name setting is available for various items in Picturepark, for example, fields, schemas, and business rules. This value defines what appears in the Picturepark interface. You can change the name anytime and translate it into any configured metadata language. To add a translation for the name, select Add.
|
ID | The ID field is the ID of your field, which is used to link to this field. The field ID is always lowercase. The field's ID is set when creating a new field using camel casing. You need the field ID for the configuration of filters or display patterns. The ID is automatically created from the name you insert:
You can open the Display Pattern Editor to see the JSON of a Content Item. |
Filter template | You can add a filter here to find the related items. { "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. |
Sort | You can select the metadata value that should be used for sorting the Content Items in the Dynamic View. |
Display Settings | |