Loading data.
styleguide
none
PAGE CONTENTS
fixedFont
Enables a fixed-width font (monospace) for the text field. This is useful when using code.
Does not apply to RTE fields.
'columns' => [ 'text_15' => [ 'exclude' => 1, 'label' => 'text_15', 'description' => 'enableTabulator, fixedFont', 'config' => [ 'type' => 'text', 'enableTabulator' => true, 'fixedFont' => true, ], ], ]