| 1234567891011121314151617181920212223242526 |
- {namespace v=FluidTYPO3\Vhs\ViewHelpers}
- {namespace flux=FluidTYPO3\Flux\ViewHelpers}
- {namespace ot=Opentalent\OtTemplating\ViewHelpers}
- <f:comment><!-- Widget flux: : Share Bar --></f:comment>
- <f:layout name="{ot:template.current()}/CustomContent" />
- <f:section name="Configuration">
- <flux:form id="ShareBar"
- label="{f:translate(key: 'share-bar')}"
- description="{f:translate(key: 'share-bar-description')}"
- extensionName="OtTemplating"
- >
- <flux:form.option.group value="ot_widgets" />
- <flux:form.option.icon value="EXT:ot_templating/Resources/Public/Icons/opentalent-144x144.png" />
- </flux:form>
- </f:section>
- <f:section name="Preview">
- <p>{f:translate(key: 'share-bar-description')}</p>
- </f:section>
- <f:section name="Main">
- <f:render partial="{ot:template.current()}/ShareBar"/>
- </f:section>
|