So I have an extension which I can choose as a content element. It has his own tab (“video”) but also uses the standard tab “general” and some special tabs where I can configure the extension. Is it possible to add a “RTE” text tab (like in “Text with images”) to the “general” tab? It just uses a “header” field.. but I really need the option for the editor that he can add RTE text in a additional field (like in “text with images”.
Share
In the
ext_tables.phpof your plugin add thebodytextcolumn back tott_content:This will not be in the ‘General’ but in the ‘Plugin’ tab though. I’m not aware of a way to add it to the ‘General’ tab.