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:
@@ -1,5 +1,5 @@
|
||||
{% extends "plugins/admin/templates/partials/base.html" %}
|
||||
|
||||
{% block content %}
|
||||
{{ form|raw }}
|
||||
{% endblock %}
|
||||
{{ form|raw }}
|
||||
{% endblock %}
|
@@ -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') %}
|
||||
|
Reference in New Issue
Block a user