mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-28 04:58:46 +02:00
N°2847 Add RichText input
This commit is contained in:
4
templates/components/input/richtext/layout.html.twig
Normal file
4
templates/components/input/richtext/layout.html.twig
Normal file
@@ -0,0 +1,4 @@
|
||||
{% extends "components/input/layout.html.twig" %}
|
||||
{% block iboInput %}
|
||||
<textarea id="{{ oUIBlock.GetId() }}" class="htmlEditor" title="$sHelpText" name="{{ oUIBlock.GetName() }}" ></textarea>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user