Skip to content

Instantly share code, notes, and snippets.

@markhowellsmead
Created April 9, 2015 12:25
Show Gist options
  • Select an option

  • Save markhowellsmead/24cf148d5fdd8fdf156b to your computer and use it in GitHub Desktop.

Select an option

Save markhowellsmead/24cf148d5fdd8fdf156b to your computer and use it in GitHub Desktop.
TYPO3: hide backend fields when extension fluidcontent_content is in use
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