Skip to content

Instantly share code, notes, and snippets.

@randomresult
Created February 13, 2014 13:49
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 randomresult/8975284 to your computer and use it in GitHub Desktop.
Save randomresult/8975284 to your computer and use it in GitHub Desktop.
textarea
{namespace v=Tx_Vhs_ViewHelpers}
{namespace flux=FluidTYPO3\Flux\ViewHelpers}
<f:layout name="FCE"/>
<?xml version="1.0" encoding="UTF-8" ?>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
xmlns:flux="http://fedext.net/ns/flux/ViewHelpers"
xmlns:v="http://fedext.net/ns/vhs/ViewHelpers"
xmlns:f="http://typo3.org/ns/fluid/ViewHelpers"
>
<head>
<title>Template:myTemplate</title>
</head>
<body>
<f:section name="Configuration">
<flux:form wizardTab="Grid" id="test">
</flux:form>
</f:section>
<f:section name="Preview">
</f:section>
<f:section name="Main">
<!-- Fluid goes here -->
</f:section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment