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