ShareBar.html 854 B

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