adrexia/batchactionsplus

Extra batch actions for silverstripe's sitetree

Maintainers

👁 adrexia

Package info

github.com/adrexia/silverstripe-batch-actions-plus

Type:silverstripe-module

pkg:composer/adrexia/batchactionsplus

Statistics

Installs: 7 153

Dependents: 0

Suggesters: 0

Stars: 4

Open Issues: 0

1.0.6 2014-09-16 04:17 UTC

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause 64dd1f2638d0c02040871d0ea2f03677fc2c5cc6

  • Naomi Guyer <naomi.woop@silverstripe.com>

silverstripebatch-actions

This package is auto-updated.

Last update: 2026-06-06 18:51:24 UTC


README

#Silverstripe Batch Actions Plus Extra batch actions for SilverStripe CMS's sitetree

##Available Actions

  • Move to...
  • Remove from Search
  • Remove from Menus

##Setup

  1. Composer install (https://packagist.org/packages/adrexia/batchactionsplus), or clone into your repo.
  2. Include the extensions you would like in _config.php and run dev/build (Move to is included by default)

mysite/_config.php

CMSBatchActionHandler::register('hidefrommenus', 'CMSBatchAction_HideFromMenus'); 
CMSBatchActionHandler::register('hidefromsearch', 'CMSBatchAction_HideFromSearch');