enabledControls for Inline

Posted by & filed under TYPO3.

In TCA, under [‘columns’][fieldname][‘config’][‘appearance’] there is a new array with the key enabledControls. Each element of the array can be set to a Boolean, indicating if it should be shown on the record. Example: ‘config’ => array(  ‘type’ => ‘inline’,  …  ‘appearance’ => array(   ‘enabledControls’ => array(    ‘new’ => false,    ‘hide’ => true,    ‘info’ =>… Read more »