Last active
August 29, 2015 14:13
-
-
Save pixelbrackets/7add6f05664e4613177c to your computer and use it in GitHub Desktop.
Allow/Deny Content Elements in FLUX grids
This file contains 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
<!-- Allow ONLY the FCE »Slider« in a column --> | |
<flux:grid> | |
<flux:grid.row> | |
<flux:grid.column name="sliderContent" colPos="1" variables="{allowedContentTypes: 'fluidcontent_content', Fluidcontent: {allowedContentTypes: 'Vendorname.some_extension_key:Slider.html'}}" /> | |
</flux:grid.row> | |
<flux:grid.row> | |
<flux:grid.column name="mainContent" colPos="0" variables="{Fluidcontent: {deniedContentTypes: 'Vendorname.some_extension_key:Slider.html'}}" /> | |
</flux:grid.row> | |
</flux:grid> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See FluidTYPO3/fluidcontent@5d63b574fa84564896c4dd3b198523508d21f9d4 & NamelessCoder/flux@38809834d334ca014eac928900f40331652bc6f6