Created
April 9, 2015 12:25
-
-
Save markhowellsmead/24cf148d5fdd8fdf156b to your computer and use it in GitHub Desktop.
TYPO3: hide backend fields when extension fluidcontent_content is in use
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| TCEFORM.tt_content { | |
| header.types.fluidcontent_content.disabled = 1 | |
| header_link.types.fluidcontent_content.disabled = 1 | |
| header_position.types.fluidcontent_content.disabled = 1 | |
| header_layout.types.fluidcontent_content.disabled = 1 | |
| date.types.fluidcontent_content.disabled = 1 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment