Example¶
Code highlighting with t3editor¶

EXT:styleguide/Configuration/TCA/tx_styleguide_elements_t3editor.php¶
[
'columns' => [
't3editor_1' => [
'exclude' => 1,
'label' => 't3editor_1 format=html, rows=7',
'description' => 'field description',
'config' => [
'type' => 'text',
'renderType' => 't3editor',
'format' => 'html',
'rows' => 7,
],
],
],
]