18590 Posts in 4875 Topics by 2285 members
General Questions
SilverStripe Forums » General Questions » Data Object / Site Tree Settings
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba
|
Page:
1
|
Go to End | |
| Author | Topic: | 876 Views |
-
Data Object / Site Tree Settings

14 October 2010 at 4:46am Last edited: 14 October 2010 4:50am
I would like a certain page class not show in a menu as the default.
I have tried this in my page class.
static $ShowInMenus = false;
but this does not work.
Had a trawl through the forums and api documentation, but can't seem to find anything.
Is this even possible? If so how? And where is this documented, I am sure there other useful stuff I could learn from the page that gives this information!
Thanks in advance.
Paul
-
Re: Data Object / Site Tree Settings

14 October 2010 at 5:37am
Something like this?
static $defaults = array(
'ShowInMenus' => false
); -
Re: Data Object / Site Tree Settings

14 October 2010 at 5:42am
Pefect. That's do then trick. Many thanks!
Can you direct me to where this documented so I can investigate what other items can have their default values modified.
Cheers
Paul
-
Re: Data Object / Site Tree Settings

14 October 2010 at 5:46am
Well I remember it from here... http://doc.silverstripe.org/tutorial:2-extending-a-basic-site#allowing_comments_on_news_articles
but for the documentation... http://api.silverstripe.org/trunk/sapphire/model/DataObject.html#var$defaultsFYI I keep a shortcut to the DataObject, DataObjectSet, SiteTree & FieldSet as these are ones I always use.
Other than that http://api.silverstripe.org/trunk/elementindex.html and then Ctrl+F
| 876 Views | ||
|
Page:
1
|
Go to Top |

