Answers for "typo3 tca readonly"

0

typo3 tca readonly

'myField' => array (		
    'exclude' => false,		
    'label' => 'LLL:EXT:EXTENSION_NAME/locallang_db.xml:myField',		
    'config' => array (
        'type' => 'input',	
        'size' => '10',
        'readOnly' =>1,
        'default'=> 0,
    )
),
Posted by: Guest on June-24-2021

Browse Popular Code Answers by Language