mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
5d3af16aaf
- moving all phpunit tests into tests/php - moving all extensions from _config.php into config.yml and removing obsolete _config.php - moving GridFieldSubsiteDetailForm_ItemRequest into own file (cherry picked from commit ee02828)
12 lines
256 B
YAML
12 lines
256 B
YAML
---
|
|
Name: subsiteconfig
|
|
After:
|
|
- 'framework/*'
|
|
---
|
|
SilverStripe\AssetAdmin\Controller\AssetAdmin:
|
|
treats_subsite_0_as_global: true
|
|
|
|
SilverStripe\Control\Director:
|
|
rules:
|
|
SubsiteXHRController: SilverStripe\Subsites\Controller\SubsiteXHRController
|