Skip to content

A SilverStripe Module that allows you to manage children SiteTree pages via GridField.

Notifications You must be signed in to change notification settings

christopherdarling/silverstripe-gridfieldsitetree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrutinizer Code Quality Code Coverage Latest Stable Version Total Downloads License

GridFieldSiteTree

Allows you to manage children SiteTree pages via GridField.

Requirments

  • SilverStripe 3.1

Usage

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()));

About

A SilverStripe Module that allows you to manage children SiteTree pages via GridField.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages