Tree View Overview
Icon | |
Behavior |
|
Limitation |
|
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.
Tree 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. |
Levels | You can add a filter here to create your tree. In the below case for a tree with recursion false based on three tagbox fields for year month and day. [ { "fieldId": "year" }, { "fieldId": "month" }, { "fieldId": "day" } ] |