Enable useFullColumn option for email fields

This commit is contained in:
Clemente Raposo 2024-12-06 12:09:31 +00:00 committed by Jack Anderson
parent 17844d0400
commit 6ebd03a5cd

View file

@ -146,6 +146,7 @@ class RecordViewEmailMapper implements ViewDefinitionMapperInterface
]
];
$cell['fieldDefinition']['lineItems'] = $config;
$cell['fieldDefinition']['useFullColumn'] = ['xs', 'sm', 'md', 'lg', 'xl'];
$cell['fieldDefinition']['logic'] = [
'emailPrimarySelectLogic' => [