Skip to content

Instantly share code, notes, and snippets.

@potofcoffee
Created March 20, 2015 11:49
Show Gist options
  • Save potofcoffee/f51b80994932738a730b to your computer and use it in GitHub Desktop.
Save potofcoffee/f51b80994932738a730b to your computer and use it in GitHub Desktop.
Custom content object
<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