mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-26 21:54:13 +01:00
10 lines
422 B
Twig
10 lines
422 B
Twig
{% extends "base/components/input/layout.html.twig" %}
|
|
{% block iboInput %}
|
|
<textarea id="{{ oUIBlock.GetId() }}" class="htmlEditor ibo-input-richtext-placeholder" name="{{ oUIBlock.GetName() }}">{{ oUIBlock.GetValue() }}</textarea>
|
|
|
|
{# Items template #}
|
|
<template id="{{ oUIBlock.GetId() }}_items_template">
|
|
{% include 'application/object/set/option_renderer.html.twig' %}
|
|
</template>
|
|
|
|
{% endblock %} |