[TYPO3-english] How to hide fields in BE forms from extensions for all users ?
Andreas Kiessling
kiessling at pluspol.info
Tue Nov 30 21:20:33 CET 2010
Hi,
https://typo3.org/documentation/document-library/core-documentation/doc_core_tsconfig/4.3.2/view/1/5/#id2506208
section ->TCEFORM_confObj
property: disabled
If set, the field is not rendered.
Example:
TCEFORM.pages.title {
# You cannot edit the Page title field now:
disabled = 1
}
HTH,
Andreas
More information about the TYPO3-english
mailing list