[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:
Clemente Raposo 2022-02-23 17:16:07 +00:00 committed by c.raposo
parent d98c6faf04
commit d19baa2457

View file

@ -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 =>