mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
fa1c6ae3db
+ Created an extension to add the `BatchActionParameters` fields from CMSMain to the `BatchActionsForm` in LeftAndMain + Applied the extension to LeftAndMain using YAML
19 lines
455 B
YAML
19 lines
455 B
YAML
---
|
|
Name: cmsextensions
|
|
---
|
|
SilverStripe\Admin\LeftAndMain:
|
|
extensions:
|
|
- SilverStripe\CMS\Controllers\LeftAndMainPageIconsExtension
|
|
- SilverStripe\CMS\Controllers\LeftAndMainBatchActionsExtension
|
|
---
|
|
Name: cmsmodals
|
|
---
|
|
SilverStripe\Admin\ModalController:
|
|
extensions:
|
|
- SilverStripe\CMS\Forms\InternalLinkModalExtension
|
|
---
|
|
Name: cmshierarchy
|
|
---
|
|
SilverStripe\ORM\Hierarchy\Hierarchy:
|
|
node_threshold_total: 50
|
|
node_threshold_leaf: 250 |