TCA::getColorPickerTCAConfig()
\nn\t3::TCA()->getColorPickerTCAConfig();
Get color picker configuration for the TCA.
'config' => \nn\t3::TCA()->getColorPickerTCAConfig(),
Copied!
| @return array
Source Code
public function getColorPickerTCAConfig()
{
return [
'type' => 'input',
'renderType' => 'colorpicker',
'size' => 10,
];
}
Copied!