        $editoroptions = array();
        $mform->addElement('editor', '{{ id }}', get_string('{{ id }}', '{{ langCategory }}'), '', $editoroptions);
        $mform->setType('{{ id }}', PARAM_CLEANHTML);
{% include 'form/form-common-element.twig' %}
