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

feat(admin-plugin): add new Form plugin to the system plugin confirm check #360

This commit is contained in:
Awilum
2020-02-06 19:44:13 +03:00
parent 97586d4bb7
commit c30a51127b

View File

@@ -52,7 +52,7 @@
{{ tr('admin_settings') }}</a>
{% if plugin.enabled %}
{% if key == 'admin' or key == 'site' %}
{% if key == 'admin' or key == 'site' or key == 'form' %}
<a class="dropdown__item" onclick="event.preventDefault(); deactivatePlugin('{{ key }}', {{ loop.index0 }});" href="javascript:;">
<i class="icon icon--white mr-3">{{ icon('fas fa-toggle-on') }}</i>
{{ tr('admin_deactivate') }}
@@ -104,4 +104,4 @@
});
}
</script>
{% endblock %}
{% endblock %}