Skip to content

Instantly share code, notes, and snippets.

@tpinne
Created March 1, 2016 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tpinne/4e88c67d7e2f46e8d7b0 to your computer and use it in GitHub Desktop.
Save tpinne/4e88c67d7e2f46e8d7b0 to your computer and use it in GitHub Desktop.
<div xmlns="http://www.w3.org/1999/xhtml" lang="en"
xmlns:f="http://typo3.org/ns/TYPO3/Fluid/ViewHelpers"
xmlns:v="http://typo3.org/ns/FluidTYPO3/Vhs/ViewHelpers"
xmlns:flux="http://typo3.org/ns/FluidTYPO3/Flux/ViewHelpers">
<f:layout name="Page"/>
<f:section name="Configuration">
<flux:form id="standard">
<flux:field.input name="settings.claim1" />
<flux:field.input name="settings.claim2" />
<flux:field.inline.fal name="settings.stageImage" maxItems="1" minItems="0" />
</flux:form>
<flux:grid>
<!-- Edit this grid to change the "backend layout" structure -->
<flux:grid.row>
<flux:grid.column colPos="0" name="main"/>
</flux:grid.row>
</flux:grid>
</f:section>
<f:section name="Main">
<div class="page-wrapper">
<f:render partial="Header" section="Content"/>
<f:render partial="Stage" section="Content" arguments="{_all}" />
<f:render partial="Breadcrumb" section="Content"/>
<v:content.render column="0"/>
</div>
</f:section>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment