| 1234567891011121314151617181920212223 |
- {namespace flux=FluidTYPO3\Flux\ViewHelpers}
- {namespace v=FluidTYPO3\Vhs\ViewHelpers}
- <!-- uses the layout 1Col, defined in layouts/1Col.html -->
- <f:layout name="1Col" />
- <f:section name='Configuration'>
- <flux:form id="1col" label="Gabarit simple" extensionName="Opentalent.OtTemplating">
- </flux:form>
- <!-- Backend layout grid -->
- <flux:grid>
- <flux:grid.row>
- <flux:grid.column colPos="0" name="Content" label="Contenu" />
- </flux:grid.row>
- </flux:grid>
- </f:section>
- <f:section name="Content">
- <!-- Render colPos=0 in this section -->
- <v:content.render column="0" />
- </f:section>
|