zero.Pages.Add<NewsPage>("news","News","News about the company","fth-file-text");
zero.Pages.Add<ContentPage>("content","Page","Page consisting of modules","fth-box",allowAsRoot:true,allowAllChildrenTypes:true);
zero.Pages.Add<ContentPage>("root","Homepage","Entry point for the website","fth-home",allowAsRoot:true,allowAllChildrenTypes:true);
zero.Pages.Add<RedirectPage>("redirect","Redirect","Redirect to another page or an external URL","fth-external-link",allowAsRoot:true,allowedChildrenTypes:newList<string>(){"content","redirect"});