Created
April 7, 2014 13:18
-
-
Save Denyerec/10020123 to your computer and use it in GitHub Desktop.
New Fluidcontent FCE
This file contains hidden or 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
{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