A SilverStripe Module that allows you to manage children SiteTree pages via GridField
Allows you to manage children SiteTree pages via GridField.
Add GridFieldSiteTree_PageHolderExtension as an Extension to the page you're adding the GridField to.
:::php
BlogHolder::add_extension('GridFieldSiteTree_PageHolderExtension');
Add the GridField to the pagetype
:::php
$fields->addFieldToTab('Root.Pages', $this->getGridFieldSiteTreeField('BlogPages', 'Blog pages', $this->AllChildren()));
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem