Skip to content

Instantly share code, notes, and snippets.

@Denyerec
Created April 7, 2014 13:18
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 Denyerec/10020123 to your computer and use it in GitHub Desktop.
Save Denyerec/10020123 to your computer and use it in GitHub Desktop.
New Fluidcontent FCE
{namespace v=Tx_Vhs_ViewHelpers}
{namespace flux=FluidTYPO3\Flux\ViewHelpers}
<f:layout name="Content"/>
<div xmlns="http://www.w3.org/1999/xhtml"
xmlns:v="http://fedext.net/ns/vhs/ViewHelpers"
xmlns:flux="http://fedext.net/ns/flux/ViewHelpers"
xmlns:f="http://typo3.org/ns/fluid/ViewHelpers">
<f:section name="Configuration">
<flux:form id="mycontentfce"
icon="{v:extension.path.resources(path: 'Icons/Page.gif')}">
<flux:form.sheet name="addressdata" >
</flux:form.sheet>
</flux:form>
</f:section>
<f:section name="Preview">
My Preview Content
</f:section>
<f:section name="Main">
HELLO WORLD
</f:section>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment