From 32730a828e375fc0d7930c9ac3d55449c967cf37 Mon Sep 17 00:00:00 2001 From: Chris Lock Date: Fri, 1 Nov 2024 16:44:08 +0000 Subject: [PATCH] ENH Adding `ignore_menuitem` into LeftAndMain --- code/LeftAndMain.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/LeftAndMain.php b/code/LeftAndMain.php index c1af92a19..2b4ceba19 100644 --- a/code/LeftAndMain.php +++ b/code/LeftAndMain.php @@ -115,6 +115,12 @@ class LeftAndMain extends Controller implements PermissionProvider */ private static $url_priority = 50; + /** + * @config + * @var string + */ + private static bool $ignore_menuitem = false; + /** * A subclass of {@link DataObject}. *