Skip to content

Instantly share code, notes, and snippets.

@Denyerec
Last active August 29, 2015 13:57
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/9898079 to your computer and use it in GitHub Desktop.
Save Denyerec/9898079 to your computer and use it in GitHub Desktop.
{namespace v=Tx_Vhs_ViewHelpers}
{namespace flux=FluidTYPO3\Flux\ViewHelpers}
<f:layout name="Content" />
<f:section name="Configuration">
<flux:form id="teasermenucontent"
icon="{v:extension.path.resources(path: 'Icons/Page.gif')}">
<!-- Insert fields, sheets, grid, form section objects etc. here, in this flux:flexform tag -->
</flux:form>
</f:section>
<f:section name="Preview">
<!-- uncomment this to use a grid for nested content elements -->
<!-- <flux:widget.grid /> -->
</f:section>
<f:section name="Main">
Hello world!
</f:section>
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<xliff version="1.0">
<file source-language="en" datatype="plaintext" original="messages"
date="2014-03-31" product-name="albatemplate">
<header/>
<body>
<trans-unit id="flux.teasermenucontent">
<source>Teaser Menu</source>
</trans-unit>
<trans-unit id="flux.teasermenucontent.description">
<source>A coloured-block menu of subpages for category roots</source>
</trans-unit>
</body>
</file>
</xliff>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment