{# retoor <retoor@molodetz.nl> #}
|
|
<a href="{{ _url }}" target="_blank" rel="noopener" class="{{ _class or 'btn btn-primary' }}"
|
|
data-editor-open
|
|
data-editor-mode="{{ _mode or 'tab' }}"
|
|
data-editor-width="{{ _width or 1600 }}"
|
|
data-editor-height="{{ _height or 1000 }}"
|
|
data-editor-name="devplace-editor-{{ _uid }}">
|
|
{%- if _icon %}<span class="icon">{{ _icon }}</span><span class="label"> {{ _label or 'Editor' }}</span>
|
|
{%- else %}{{ _label or 'Open editor' }}{% endif -%}
|
|
</a>
|