PHPackages                             micschk/silverstripe-gridfieldsitetreebuttons - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. micschk/silverstripe-gridfieldsitetreebuttons

Abandoned → [restruct/silverstripe-gridfieldsitetreebuttons](/?search=restruct%2Fsilverstripe-gridfieldsitetreebuttons)ArchivedSilverstripe-vendormodule

micschk/silverstripe-gridfieldsitetreebuttons
=============================================

Modifies GridFields &amp; GridField detail forms to use standard page edit form (with versioning, history &amp; settings). Simple alternative for versionedgridfield.

2.0(6y ago)418.2k32PHP

Since Jan 7Pushed 2y ago2 watchersCompare

[ Source](https://github.com/micschk/silverstripe-gridfieldsitetreebuttons)[ Packagist](https://packagist.org/packages/micschk/silverstripe-gridfieldsitetreebuttons)[ RSS](/packages/micschk-silverstripe-gridfieldsitetreebuttons/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (4)Used By (2)

Sitetree Buttons for GridField
==============================

[](#sitetree-buttons-for-gridfield)

Modifies GridFields &amp; GridField detail forms to use standard page edit form (with versioning, history &amp; settings).

Best used in combination with:

- [silverstripe-excludechildren module to hide pages from the sitetree](https://github.com/micschk/silverstripe-excludechildren)

Or use/subclass the preconfigured GridfieldPages module, which contains both the excludechildren module and this sitetreebuttons module:

- [silverstripe-gridfieldpages](https://github.com/micschk/silverstripe-gridfieldpages)

Screenshot
----------

[](#screenshot)

*Manage (add &amp; edit) SiteTree items from a GridField:*[![](images/screenshots/holderscreen.png)](images/screenshots/holderscreen.png)

Usage
-----

[](#usage)

In GridFieldConfig, replace GridFieldAddNewButton('toolbar-header-right') with GridFieldAddNewSiteTreeItemButton('toolbar-header-right') and new GridFieldDetailForm() with GridFieldEditSiteTreeItemButton()

Like this:

```
$gfconf = GridFieldConfig_RecordEditor::create();
$gfconf->removeComponentsByType('GridFieldAddNewButton');
$gfconf->addComponent(new GridFieldAddNewSiteTreeItemButton('toolbar-header-right'));
$gfconf->removeComponentsByType('GridFieldAddNewButton');
$gfconf->addComponent(new GridFieldEditSiteTreeItemButton());

```

Requirements
------------

[](#requirements)

SilverStripe 3.0 or higher

Pro tip
-------

[](#pro-tip)

Use/subclass the prefabricated GridfieldPages module as a all-in-one base:

- [silverstripe-gridfieldpages](https://github.com/micschk/silverstripe-gridfieldpages)

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~898 days

Total

3

Last Release

2345d ago

Major Versions

1.1 → 2.02019-12-09

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d3680d6353e5f171543435b89965ba2588186ad7ec0ec97cbf572704fec2a4f?d=identicon)[micschk](/maintainers/micschk)

---

Top Contributors

[![micschk](https://avatars.githubusercontent.com/u/1005986?v=4)](https://github.com/micschk "micschk (5 commits)")[![patricknelson](https://avatars.githubusercontent.com/u/4269377?v=4)](https://github.com/patricknelson "patricknelson (1 commits)")

---

Tags

silverstripesitetreegridfield

### Embed Badge

![Health badge](/badges/micschk-silverstripe-gridfieldsitetreebuttons/health.svg)

```
[![Health](https://phpackages.com/badges/micschk-silverstripe-gridfieldsitetreebuttons/health.svg)](https://phpackages.com/packages/micschk-silverstripe-gridfieldsitetreebuttons)
```

###  Alternatives

[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)[symbiote/silverstripe-gridfieldextensions

A collection of useful grid field components

971.8M235](/packages/symbiote-silverstripe-gridfieldextensions)[undefinedoffset/sortablegridfield

Adds drag and drop functionality to Silverstripe's GridField

941.2M50](/packages/undefinedoffset-sortablegridfield)[unclecheese/betterbuttons

Adds new form actions and buttons to GridField detail form for usability enhancements.

85544.9k19](/packages/unclecheese-betterbuttons)[axllent/silverstripe-version-truncator

Automatically delete old versioned Silverstripe records from the database

3673.1k3](/packages/axllent-silverstripe-version-truncator)[silverstripe/gridfieldqueuedexport

Export large data sets from your GridField in the SilverStripe CMS interface through async jobs

10213.1k5](/packages/silverstripe-gridfieldqueuedexport)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
