ShareBar.html 795 B

12345678910111213141516171819202122232425
  1. <f:comment><!-- Widget flux: : Share Bar --></f:comment>
  2. {namespace v=FluidTYPO3\Vhs\ViewHelpers}
  3. {namespace flux=FluidTYPO3\Flux\ViewHelpers}
  4. <f:layout name="{settings.template}/CustomContent" />
  5. <f:section name="Configuration">
  6. <flux:form id="ShareBar"
  7. label="{f:translate(key: 'share-bar')}"
  8. description="{f:translate(key: 'share-bar-description')}"
  9. extensionName="OtTemplating"
  10. >
  11. <flux:form.option.group value="ot_widgets" />
  12. <flux:form.option.icon value="EXT:ot_templating/Resources/Public/Icons/opentalent-144x144.png" />
  13. </flux:form>
  14. </f:section>
  15. <f:section name="Preview">
  16. <p>{f:translate(key: 'share-bar-description')}</p>
  17. </f:section>
  18. <f:section name="Main">
  19. <f:render partial="{settings.template}/ShareBar"/>
  20. </f:section>