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