1 <html i18n:domain="plone">
3 <!-- wysiwyg multiplexing widget, this allows for both Epoz and Kupu to coexist -->
5 <div metal:define-macro="wysiwygEditorBox">
6 <tal:block define="editor python: member.getProperty('wysiwyg_editor').lower();
7 support python: path('nocall:here/%s_wysiwyg_support|here/%s/wysiwyg_support|here/plone_wysiwyg/wysiwyg_support' % (editor, editor));">
8 <metal:block metal:use-macro="support/macros/wysiwygEditorBox">
13 <div metal:define-macro="textFormatSelector">
14 <tal:block define="editor python: member.getProperty('wysiwyg_editor').lower();
15 support python: path('nocall:here/%s_wysiwyg_support|here/%s/wysiwyg_support|here/plone_wysiwyg/wysiwyg_support' % (editor, editor));">
16 <metal:block metal:use-macro="support/macros/textFormatSelector">