Skip to content

helpfulrobot/christopherdarling-silverstripe-gridfieldsitetree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%