Last active
August 29, 2015 13:57
-
-
Save Denyerec/9898079 to your computer and use it in GitHub Desktop.
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" /> | |
<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