Skip to content

Instantly share code, notes, and snippets.

@benjaminrau
Forked from anonymous/gist:cae4f87dfc6bf1d43a2e
Last active August 29, 2015 14:05
Show Gist options
  • Save benjaminrau/1938cc3f9f266a5a889e to your computer and use it in GitHub Desktop.
Save benjaminrau/1938cc3f9f266a5a889e to your computer and use it in GitHub Desktop.
<div xmlns:flux="http://typo3.org/ns/FluidTYPO3/Flux/ViewHelpers"
xmlns:v="http://typo3.org/ns/FluidTYPO3/Vhs/ViewHelpers"
xmlns:m="http://typo3.org/ns/thememedialight/ViewHelpers">
<f:layout name="Content" />
<f:section name="Configuration">
<flux:form id="blocmenu" label="LLL:flux.blocmenu" >
<flux:form.sheet name="colSettings" label="Grille">
<flux:field.input label="Awesome test V2" name="version"/>
</flux:form.sheet>
<flux:grid>
<flux:grid.row>
<flux:grid.column style="width: 25%;border-right: 1px dotted #999;" name="column1" />
<flux:grid.column style="width: 25%;border-right: 1px dotted #999;" name="column2" />
<flux:grid.column style="width: 25%;border-right: 1px dotted #999;" name="column3" />
<flux:grid.column style="width: 25%;" name="column4" />
</flux:grid.row>
</flux:grid>
</flux:form>
</f:section>
<f:section name="Preview">
<flux:widget.grid />
</f:section>
<f:section name="Control">
<div>Hello world</div>
</f:section>
<f:section name="Main">
<f:comment>Faisons un BE qui marche déjà</f:comment>
</f:section>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment