adrexia/batchactionsplus

为 SilverStripe 的 sitetree 提供额外的批量操作

安装次数: 6,913

依赖项: 0

建议者: 0

安全: 0

星标: 5

关注者: 1

分支: 3

开放问题: 0

类型:silverstripe 模块

1.0.6 2014-09-16 04:17 UTC

This package is auto-updated.

Last update: 2024-09-06 15:16:37 UTC


README

#Silverstripe Batch Actions Plus 为 SilverStripe CMS 的 sitetree 提供额外的批量操作

##可用的操作

  • 移动到...
  • 从搜索中移除
  • 从菜单中移除

##配置

  1. 使用 Composer 安装 (https://packagist.org.cn/packages/adrexia/batchactionsplus),或克隆到您的仓库中。
  2. 在 _config.php 中包含您想要的扩展,并运行 dev/build(移动到默认包含)

mysite/_config.php

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