mirror of
https://github.com/jbcr/core.git
synced 2026-04-01 22:02:16 +02:00
8 lines
205 B
Twig
8 lines
205 B
Twig
{% extends '@bolt/_partials/fields/_base.html.twig' %}
|
|
|
|
{% block field %}
|
|
<editor-html
|
|
:value="{{ value|json_encode }}"
|
|
:name='{{ name|json_encode }}'
|
|
></editor-html>
|
|
{% endblock %} |