1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 02:41:27 +02:00

feat(admin-plugin): restore trumbowyg plugin #211

This commit is contained in:
Awilum
2020-02-07 21:26:56 +03:00
parent eacd6a7816
commit 1bc59e4859
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{% extends "plugins/admin/templates/partials/base.html" %}
{% block content %}
{{ form|raw }}
{% endblock %}
{{ form|raw }}
{% endblock %}

View File

@@ -223,6 +223,7 @@
{% include "plugins/admin/templates/partials/modules/tabs.html" %}
{% include "plugins/admin/templates/partials/modules/select2.html" %}
{% include "plugins/admin/templates/partials/modules/swal2.html" %}
{% include "plugins/admin/templates/partials/modules/trumbowyg.html" %}
{% do
emitter.emit('onAdminThemeTail') %}