From 0a1908f1b53e3c246e5019ed010878f06bb93e63 Mon Sep 17 00:00:00 2001 From: Ricardo Verdugo Date: Thu, 2 Jul 2020 18:19:46 +0100 Subject: [PATCH] Fix the hidden login plugin toggle Broken during the blueprints change on https://github.com/getgrav/grav-plugin-login/commit/853fb07e19a564dccff27ed8ec145280bf364218 --- 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 e9607809..b46b4abf 100644 --- a/themes/grav/templates/partials/plugins-list.html.twig +++ b/themes/grav/templates/partials/plugins-list.html.twig @@ -42,7 +42,7 @@ {% if isTestingRelease %}test release{% endif %} - {% if (not installing and (plugin.form.fields.enabled.type != 'hidden' and plugin.form.fields.tabs.fields.login.fields.enabled.type != 'hidden')) %} + {% if (not installing and (plugin.form.fields.enabled.type != 'hidden' and plugin.form.fields.tabs.fields.options.fields.enabled.type != 'hidden')) %}