...
Expand | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
How to create a Display Pattern?The display pattern editor will help administrators create simple display patterns. Click edit to open the display pattern editor in any Detail, List, Name, or Thumbnail display patterns.
Picturepark adds values without any formatting. You get one block of text from all values of the selected fields, e.g., TitelDescriptionDateTagbox. Each field code is a Liquid Syntax Tag (if not an empty statement) containing a Liquid Syntax Object (the metadata field to use) – see Liquid Syntax for details. You can add HTML and CSS for styling your Display Pattern.
|
Expand | ||
---|---|---|
| ||
How to use the Display Pattern Editor?
|
Expand | ||||||
---|---|---|---|---|---|---|
| ||||||
Solution: Optimized Code ExampleTo improve your code for performance and handling, you can follow this example.
|
...
Expand | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
How to update your Display Pattern?Find your desired Display Pattern in the settings and select editschema in edit mode, hover to edit the display pattern.
You can add HTML and CSS for styling your Display Pattern.
Re-Render after Display Pattern UpdateAfter changing an existing Display Pattern, you will find a badge on settings in the main menu. Go there and follow the red badge.
Picturepark re-renders all display values which may affect the performance of the system. First, finish your edits, work with the preview in the editor for quick validation and start re-rendering when you complete your work. |
Expand | ||
---|---|---|
| ||
How to delete a Display Pattern?To delete the Display Pattern, you must provide at least a space. The Display Pattern cannot be empty. For a better overview, you should provide a dash or pipe instead of a space.
Re-Render after Display Pattern DeletionAfter changing an existing Display Pattern, you will find a badge on settings must re-index which is shown in the status panel at the top position in the schema detail view. It is also indicated with a badge on schemas in the main menu. Go there and follow the red badge.
Picturepark re-renders all display values, which may affect the performance of the system. First, finish your edits, work with the preview in the editor for quick validation and start re-rendering when you complete your work. |
...