2017 © Pedro Peláez
 

silverstripe-module silverstripe-sitetree-labels

Label your Page items for better orientation in large SiteTrees.

image

jzubero/silverstripe-sitetree-labels

Label your Page items for better orientation in large SiteTrees.

  • Monday, December 4, 2017
  • by JZubero
  • Repository
  • 1 Watchers
  • 4 Stars
  • 354 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 7 Versions
  • 27 % Grown

The README.md

SiteTree Labeling

Build Status Example SiteTree Label View, (*1)

Help to enrich your big and messy SiteTrees with some extra top-level information using labels., (*2)

Besides your custom labels the module will look for the Menu Manager and auto-assign the MenuSet names to the Pages., (*3)

Install

composer require jzubero/silverstripe-sitetree-labels, (*4)

Do not forget to dev/build?flush=all., (*5)

Dependencies

  • silverstripe/cms:^3.2
  • ryanpotter/silverstripe-color-field:^0.1.0

Features

  • GridField in Settings for adding and linking labels
  • Integration for Menu Manager Module
  • Report for looking up pages linked to a certain label

Configuration

You can adjust the modules' behaviour through the Config API., (*6)

SiteTree:
  show_labels: true|false
SiteTreeLabel:
  label_color: '#426ef4' # Default label color
  show_menu_labels: true|false # Flag for menu labels generated by HeyDay's Menu Manager Module (if available)

Customization

If you want to change the label look you can apply your custom style definitions to the class .sitetree-label. Default style:, (*7)

.sitetree-label {
    border-radius: 3px;
    font-size: 0.75rem;
    padding: 2px 4px;
    color: #fff;
    text-shadow: none;
}

Extending

You can add extra labels via code by using the updateSiteTreeLabels hook method., (*8)

public function updateSiteTreeLabels(ArrayList &$labels) {
    $labels->add([
        'Title': 'My Custom Label',
        'Color': '#ed135a'
    ]);
}

Thanks... :clap:

  • ...wmk for contributing to this module.
  • ...Andreas Spannbauer, Eric Hes and Zauberfisch for discussing the module idea with me at StripeConEU 2017.
  • ...blueskies79 for her bug tracing skills.

Maintainer

The Versions

04/12 2017

dev-master

9999999-dev

Label your Page items for better orientation in large SiteTrees.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Julian Scheuchenzuber

04/12 2017

1.1.1

1.1.1.0

Label your Page items for better orientation in large SiteTrees.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Julian Scheuchenzuber

14/11 2017

1.1.0

1.1.0.0

Label your Page items for better orientation in large SiteTrees.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Julian Scheuchenzuber

02/11 2017

1.0.0

1.0.0.0

Label your Page items for better orientation in large SiteTrees.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Julian Scheuchenzuber

01/11 2017

0.1.2

0.1.2.0

Label your Page items for better orientation in large SiteTrees.

  Sources   Download

MIT

The Requires

 

by Julian Scheuchenzuber

23/10 2017

0.1.1

0.1.1.0

Label your Page items for better orientation in large SiteTrees.

  Sources   Download

MIT

The Requires

 

by Julian Scheuchenzuber

15/10 2017

0.1.0

0.1.0.0

Label your Page items for better orientation in large SiteTrees.

  Sources   Download

MIT

The Requires

 

by Julian Scheuchenzuber