From 82c2d981aa9c5b2945e77bce4d77ffb0b0f13990 Mon Sep 17 00:00:00 2001 From: pikim Date: Thu, 19 Jan 2023 21:38:39 +0100 Subject: [PATCH] Change property name --- blueprints.yaml | 2 +- templates/partials/navigation.html.twig | 2 +- templates/partials/sidebar_navigation.html.twig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blueprints.yaml b/blueprints.yaml index 5347a65..e9a5882 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -181,7 +181,7 @@ form: icon: bars title: 'Custom Menu Items' fields: - displaycustommenus.enabled: + custommenus.enabled: type: toggle label: 'Display Custom Menu Items' help: 'Determines if any defined custom menu entries are displayed in the menubar.' diff --git a/templates/partials/navigation.html.twig b/templates/partials/navigation.html.twig index 8243663..282ad5a 100644 --- a/templates/partials/navigation.html.twig +++ b/templates/partials/navigation.html.twig @@ -3,7 +3,7 @@