I have a page type that I don't want further pages added to. I've tried:
private static $allowed_children = array ();
and
private static $allowed_children = array (NULL);
but the CMS still allows me to add children. How do I go about ensuring that the page is an end note in the tree?