adrexia / batchactionsplus
为 SilverStripe 的 sitetree 提供额外的批量操作
1.0.6
2014-09-16 04:17 UTC
Requires
- silverstripe/cms: ~3.1
- silverstripe/framework: ~3.1
This package is auto-updated.
Last update: 2024-09-06 15:16:37 UTC
README
#Silverstripe Batch Actions Plus 为 SilverStripe CMS 的 sitetree 提供额外的批量操作
##可用的操作
- 移动到...
- 从搜索中移除
- 从菜单中移除
##配置
- 使用 Composer 安装 (https://packagist.org.cn/packages/adrexia/batchactionsplus),或克隆到您的仓库中。
- 在 _config.php 中包含您想要的扩展,并运行 dev/build(移动到默认包含)
mysite/_config.php
CMSBatchActionHandler::register('hidefrommenus', 'CMSBatchAction_HideFromMenus');
CMSBatchActionHandler::register('hidefromsearch', 'CMSBatchAction_HideFromSearch');