Skip to content

Commit

Permalink
Adding ignore_menuitem into LeftAndMain
Browse files Browse the repository at this point in the history
  • Loading branch information
catharsisjelly committed Nov 1, 2024
1 parent 9935822 commit 604b752
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/LeftAndMain.php
Original file line number Diff line number Diff line change
Expand Up @@ -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}.
*
Expand Down

0 comments on commit 604b752

Please sign in to comment.