From 8d07edcf7083a5d337093b58e512695ce0141b71 Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Wed, 4 May 2016 15:46:33 +0200 Subject: [PATCH] Hide enable/disable toggle for login plugin too, which uses tabs in its blueprint --- themes/grav/templates/partials/plugins-list.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/grav/templates/partials/plugins-list.html.twig b/themes/grav/templates/partials/plugins-list.html.twig index db30b9b9..f04a8002 100644 --- a/themes/grav/templates/partials/plugins-list.html.twig +++ b/themes/grav/templates/partials/plugins-list.html.twig @@ -27,7 +27,7 @@ {% if isTestingRelease %}test release{% endif %} - {% if (not installing and (plugin.form.fields.enabled.type != 'hidden')) %} + {% if (not installing and (plugin.form.fields.enabled.type != 'hidden' and plugin.form.fields.tabs.fields.login.fields.enabled.type != 'hidden')) %}