PHPackages                             micschk/silverstripe-rightsidebar - 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. [Admin Panels](/categories/admin)
4. /
5. micschk/silverstripe-rightsidebar

Abandoned → [restruct/silverstripe-rightsidebar](/?search=restruct%2Fsilverstripe-rightsidebar)Silverstripe-vendormodule[Admin Panels](/categories/admin)

micschk/silverstripe-rightsidebar
=================================

Allows adding a right-hand sidebar in the CMS to hold options/fields for the currently edited record

2.0(7y ago)1119.0k42BSD-2-ClauseCSS

Since May 5Pushed 7mo ago7 watchersCompare

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

READMEChangelogDependencies (3)Versions (6)Used By (2)

Silverstripe CMS Right Sidebar
==============================

[](#silverstripe-cms-right-sidebar)

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

[](#requirements)

- SilverStripe CMS &amp; Framework 4+

Overview
--------

[](#overview)

Allows adding a right-hand sidebar in the CMS to hold options/fields for the currently edited record. Abstracted out from the Silverstripe Blog module for use on other pages as well (blog module by ao. Michael Strong/Silverstripe)

RightSidebar behaves like a tab (like tab it extends CompositeField).

Add use before `class` declaration:

```
use Restruct\RightSidebar\RightSidebar;
```

### Usage (in getCMSfields):

[](#usage-in-getcmsfields)

```
	$fields->addFieldsToTab('Root.Main', RightSidebar::create('Options'));
	$fields->addFieldsToTab('Root.Main.Options', array(
		$publishDate = DatetimeField::create("PublishDate", "Publish Date"),
		TextField::create('Author')
	));

	// Add to Main tab (fixed width) and render an outer template to deal with our custom layout
	$fields->addFieldsToTab('Root.Main', RightSidebar::create('Options'));
	$fields->fieldByName('Root')->setTemplate('Restruct\RightSidebar\Forms\RightSidebarInner');

	// OR: Add it full-screen (collapsible) and render an outer template to deal with our custom layout
	$fields->insertBefore(RightSidebar::create('Options'), 'Root');
	$fields->fieldByName('Root')->setTemplate('Restruct\RightSidebar\Forms\RightSidebar');
```

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance45

Moderate activity, may be stable

Popularity32

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~290 days

Total

5

Last Release

2863d ago

Major Versions

1.2.1 → 2.02018-07-09

### Community

Maintainers

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

---

Top Contributors

[![hdpero](https://avatars.githubusercontent.com/u/13778690?v=4)](https://github.com/hdpero "hdpero (8 commits)")[![micschk](https://avatars.githubusercontent.com/u/1005986?v=4)](https://github.com/micschk "micschk (5 commits)")[![mooror](https://avatars.githubusercontent.com/u/6110819?v=4)](https://github.com/mooror "mooror (5 commits)")

---

Tags

silverstripesilverstripe 4right sidebar

### Embed Badge

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

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

###  Alternatives

[silverstripe/admin

SilverStripe admin interface

262.6M325](/packages/silverstripe-admin)[icecaster/versioned-gridfield

VersionedGridFieldDetailForm, for managing Sitetree (or any other versioned objects) in CMS interfaces, such as ModelAdmin

1946.2k1](/packages/icecaster-versioned-gridfield)[mediabeast/flat-admin

Custom CSS theme for SilverStripe 3 Admin Interface

304.9k](/packages/mediabeast-flat-admin)

PHPackages © 2026

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