adrexia/batchactionsplus
Composer 安装命令:
composer require adrexia/batchactionsplus
包简介
Extra batch actions for silverstripe's sitetree
README 文档
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');
统计信息
- 总下载量: 7.15k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2014-02-03