How can I disable content elements in typo3 9.5?
Is there a way to hide content elements on content add that aren't being used anyway?
what kind of users should not see them?
Usual users solution
- Create a backend user group an remove all the unwanted elements from their rights
- Find the official manual for that in TYPO3 Documentation
Global solution
Remove them by editing Page-TSConfig like this:
TCEFORM.tt_content.CType {
removeItems = header, text, textpic, image, bullets, table, uploads, media, mailform, search, login, menu, shortcut, html, script, splash, div, list
}