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

feat(admin-plugin): add action onAdminThemeTail for base layout #211

This commit is contained in:
Awilum
2020-02-02 19:39:45 +03:00
parent b70f67dde0
commit 96b8b7ec19

View File

@@ -220,6 +220,9 @@
{% include "plugins/admin/templates/partials/modules/tabs.html" %}
{% include "plugins/admin/templates/partials/modules/select2.html" %}
{% do
emitter.emit('onAdminThemeTail') %}
{% block tail %}{% endblock %}
</body>
</html>