Bug #21117
closedFields alias & content_from_pid are missing in exludelist
0%
Description
If there is a need for a really simple backend it is necessary to hide all fields which are not neeeded.
This is possible with 2 exceptions: In the page header there will always be 2 fields rendered:
- alias: IMO this is not really needed with realURL as there is the page title (or nav title and so on) but in my case the title is enough, no need for an alias.
- Content from this page: This fields leads to an additional tab "Options" which an editor (at least mine) won't need, shouldn't see and don't need to care about!
Yes I know there are many options to remove those fields like TsConfig or extending TCA but this is missing in the core!
(issue imported from #M12031)
Files
Updated by Oliver Hader about 15 years ago
This change will have negative side-effects concerning backwards compatibility. Imagine a large website with many editors and many groups (e.g. universities) - everything has to be checked then when upgrading to TYPO3 4.3 or any later version.