TCA::getRteTCAConfig()
\nn\t3::TCA()->getRteTCAConfig();
RTE Konfiguration für das TCA holen.
'config' => \nn\t3::TCA()->getRteTCAConfig(),
Copied!
| @return array
Source Code
public function getRteTCAConfig()
{
return [
'type' => 'text',
'enableRichtext' => true,
];
}
Copied!