Skip to content

helpfulrobot/adrexia-batchactionsplus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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'); 

About

Extra batch actions for SilverStripe's sitetree

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 67.8%
  • JavaScript 26.5%
  • CSS 5.7%