N°4542 - Restore log default value being set through "default" URL param

This commit is contained in:
Molkobain
2021-12-14 09:30:54 +01:00
parent f58e2ce6c0
commit 18041527c5
3 changed files with 34 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
{% extends "base/components/input/layout.html.twig" %}
{% block iboInput %}
<textarea id="{{ oUIBlock.GetId() }}" class="htmlEditor ibo-input-richtext-placeholder" name="{{ oUIBlock.GetName() }}" ></textarea>
<textarea id="{{ oUIBlock.GetId() }}" class="htmlEditor ibo-input-richtext-placeholder" name="{{ oUIBlock.GetName() }}">{{ oUIBlock.GetValue() }}</textarea>
{% endblock %}