Created
March 20, 2015 11:49
-
-
Save potofcoffee/f51b80994932738a730b to your computer and use it in GitHub Desktop.
Custom content object
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
<div xmlns="http://www.w3.org/1999/xhtml" lang="en" | |
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers" | |
f:schemaLocation="https://fluidtypo3.org/schemas/fluid-master.xsd" | |
xmlns:flux="http://typo3.org/ns/FluidTYPO3/Flux/ViewHelpers" | |
flux:schemaLocation="https://fluidtypo3.org/schemas/flux-master.xsd"> | |
<f:layout name="Content" /> | |
<f:section name="Configuration"> | |
<flux:form id="test" options="{icon: 'Icons/Content/Example.gif', group: 'FCE'}"> | |
</flux:form> | |
</f:section> | |
<f:section name="Preview"> | |
<!-- uncomment this to use a grid for nested content elements --> | |
<!-- <flux:widget.grid /> --> | |
Test | |
</f:section> | |
<f:section name="Main"> | |
<div>Test (in einer div)</div> | |
</f:section> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment