mirror of
https://github.com/jbcr/core.git
synced 2026-03-30 21:02:07 +02:00
9 lines
206 B
Twig
9 lines
206 B
Twig
{% extends '@bolt/_partials/fields/_base.html.twig' %}
|
|
|
|
{% block field %}
|
|
<editor-html
|
|
:value="{{ value|json_encode }}"
|
|
:name='{{ name|json_encode }}'
|
|
></editor-html>
|
|
{% endblock %}
|