Tree View Overview
Behavior |
|
Limitations |
|
Examples | Tree View: Layer Keywords Classification with Path |
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 | This is a json editor. In the below case I have made an entry for a tree with recursion false based on three tagbox fields for year month and day. [ { "fieldId": "year" }, { "fieldId": "month" }, { "fieldId": "day" } ] |