Open Tobias-Gl opened 1 year ago
This can be archieved with some PageTS for the folder with the events.
TCEFORM.tt_content {
CType {
#disable content elements
removeItems := addToList(header)
removeItems := addToList(text)
removeItems := addToList(textpic)
removeItems := addToList(image)
... etc.
}
}
or
TCEFORM.tt_content.CType.keepItems = textmedia,image,uploads
I certainly did not find something in TYPO3 core, which allows to restrict this on TCA type=inline level.
It would be good to allow /disallow different CTypes for the module.