17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1231 Views |
-
Hiding Page types?

11 December 2008 at 8:55pm
Hi all,
Is there a way to hide any of the built in page types from the "create" drop down?
Thanks!
-
Re: Hiding Page types?

11 December 2008 at 11:20pm
Use this in your Page type model and replace PageType with your page type name.
function canCreate() {
return !DataObject::get_one("PageType");
}
| 1231 Views | ||
|
Page:
1
|
Go to Top |

