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