| 123456789101112131415161718 |
- {namespace flux=FluidTYPO3\Flux\ViewHelpers}
- {namespace v=FluidTYPO3\Vhs\ViewHelpers}
- {namespace ot=Opentalent\OtTemplating\ViewHelpers}
- <f:comment><!-- uses the layout StructuresFrame, defined in layouts/[templateName]/StructuresFrame.html --></f:comment>
- <f:layout name="{ot:template.current()}/StructuresFrame" />
- <f:section name='Configuration'>
- <flux:form id="structures_frame" label="LLL:template_structures_frame" extensionName="Opentalent.OtTemplating">
- </flux:form>
- <!-- Backend layout grid -->
- <flux:grid>
- <flux:grid.row>
- </flux:grid.row>
- </flux:grid>
- </f:section>
|