| 12345678910111213141516171819202122232425 |
- <f:comment><!-- Widget flux: : Share Bar --></f:comment>
- {namespace v=FluidTYPO3\Vhs\ViewHelpers}
- {namespace flux=FluidTYPO3\Flux\ViewHelpers}
- <f:layout name="{settings.template}/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="{settings.template}/ShareBar"/>
- </f:section>
|