mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
22 lines
658 B
YAML
22 lines
658 B
YAML
---
|
|
Name: modelascontrollerroutes
|
|
Before: '*'
|
|
After: '#rootroutes'
|
|
---
|
|
Director:
|
|
rules:
|
|
'': 'RootURLController'
|
|
'$URLSegment//$Action/$ID/$OtherID': 'ModelAsController'
|
|
'StaticExporter//$Action/$ID/$OtherID': 'StaticExporter'
|
|
'RebuildStaticCacheTask//$Action/$ID/$OtherID': 'RebuildStaticCacheTask'
|
|
'RemoveOrphanedPagesTask//$Action/$ID/$OtherID': 'RemoveOrphanedPagesTask'
|
|
'SiteTreeMaintenanceTask//$Action/$ID/$OtherID': 'SiteTreeMaintenanceTask'
|
|
'SiteTreeMaintenanceTask//$Action/$ID/$OtherID': 'SiteTreeMaintenanceTask'
|
|
---
|
|
Name: legacycmsroutes
|
|
After: '#adminroutes'
|
|
---
|
|
Director:
|
|
rules:
|
|
'admin/cms': '->admin/pages'
|