adrexia / batchactionsplus
Extra batch actions for silverstripe's sitetree
Installs: 6 922
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 3
Open Issues: 0
Type:silverstripe-module
Requires
- silverstripe/cms: ~3.1
- silverstripe/framework: ~3.1
This package is auto-updated.
Last update: 2024-11-06 15:40:45 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
- Composer install (https://packagist.org/packages/adrexia/batchactionsplus), or clone into your repo.
- 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');