Warning: You are browsing the documentation from version 4 to 10 of Pimcore.
Please visit https://pimcore.com/docs/platform/ for the latest versions of Pimcore.
Version:
Edit on GitHub
Merge
Merges all child elements to one result array.
Configuration Settings:
- Label: Label of column.
- Flatten: If a child value is an array itself, its items will be flattened and added as separate items to the resulting array.
- Unique: Return only unique array values (calls
array_unique()
).