| 1234567891011121314151617 |
- {namespace flux=FluidTYPO3\Flux\ViewHelpers}
- {namespace v=FluidTYPO3\Vhs\ViewHelpers}
- <f:comment><!-- uses the layout Events, defined in layouts/[templateName]/Events.html --></f:comment>
- <f:layout name="{settings.template}/Events" />
- <f:section name='Configuration'>
- <flux:form id="events" label="Gabarit Evènements" extensionName="Opentalent.OtTemplating">
- </flux:form>
- <!-- Backend layout grid -->
- <flux:grid>
- <flux:grid.row>
- </flux:grid.row>
- </flux:grid>
- </f:section>
|