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:
@@ -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 %}
|
Reference in New Issue
Block a user