Add Container Options
This commit is contained in:
@@ -76,6 +76,11 @@ final class ContainerChildrenProcessor implements DataProcessorInterface
|
||||
*/
|
||||
private const CONTAINER_FIELDS = [
|
||||
'tx_vitec_gap',
|
||||
// Background settings belong to the container, not to what sits inside
|
||||
// it. They carry non-empty defaults ('none', 'cover', 'center center'),
|
||||
// so without this they would show up in every single child's `data`.
|
||||
'tx_vitec_bg_variant', 'tx_vitec_bg_image', 'tx_vitec_bg_size',
|
||||
'tx_vitec_bg_size_percent', 'tx_vitec_bg_position',
|
||||
'tx_vitec_col1_align', 'tx_vitec_col1_justify',
|
||||
'tx_vitec_col2_align', 'tx_vitec_col2_justify',
|
||||
'tx_vitec_col3_align', 'tx_vitec_col3_justify',
|
||||
|
||||
Reference in New Issue
Block a user