5102 Posts in 1520 Topics by 1116 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 874 Views |
-
By default, do NOT show new pages in menu

28 July 2010 at 1:34pm
By default, when you create a new page, under the "Behavior" tab, "Show in menus?" is checked.
By default, I do NOT want it checked. The administrator should have to manually go to the tab and check that box if he wants it to show up in the menu.
-
Re: By default, do NOT show new pages in menu

28 July 2010 at 3:08pm
put the following in your Page class
static $defaults = array(
"ShowInMenus" => 0,
);
| 874 Views | ||
|
Page:
1
|
Go to Top |

