mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-13 00:42:08 +08:00
[Legacy] Adjust knowledge base detailview display
- Set knowledge base body field to html type in detailview - Set default columns to 1
This commit is contained in:
parent
d98c6faf04
commit
d19baa2457
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ array(
|
|||
3 => 'FIND_DUPLICATES',
|
||||
),
|
||||
),
|
||||
'maxColumns' => '2',
|
||||
'maxColumns' => '1',
|
||||
'widths' =>
|
||||
array(
|
||||
0 =>
|
||||
|
@ -108,7 +108,7 @@ array(
|
|||
array(
|
||||
'name' => 'description',
|
||||
'label' => 'LBL_DESCRIPTION',
|
||||
'customCode' => '{$fields.description.value}',
|
||||
'type' => 'html',
|
||||
),
|
||||
),
|
||||
3 =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue