mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-01 08:00:47 +08:00
Enable useFullColumn option for email fields
This commit is contained in:
parent
17844d0400
commit
6ebd03a5cd
1 changed files with 1 additions and 0 deletions
|
@ -146,6 +146,7 @@ class RecordViewEmailMapper implements ViewDefinitionMapperInterface
|
|||
]
|
||||
];
|
||||
$cell['fieldDefinition']['lineItems'] = $config;
|
||||
$cell['fieldDefinition']['useFullColumn'] = ['xs', 'sm', 'md', 'lg', 'xl'];
|
||||
|
||||
$cell['fieldDefinition']['logic'] = [
|
||||
'emailPrimarySelectLogic' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue