We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2916200 + 7dc93b0 commit 8339aa4Copy full SHA for 8339aa4
templates/redactor.html.twig
@@ -2,6 +2,6 @@
2
3
{% block field %}
4
5
- <textarea type="text" name="{{ name }}" id="{{ id }}" class="redactor-field d-none">{{ value }}</textarea>
+ <textarea name="{{ name }}" id="{{ id }}" class="redactor-field d-none">{{ value|default(field.definition.get('default')) }}</textarea>
6
7
{% endblock %}
0 commit comments