mirror of
https://github.com/silverstripe/silverstripe-widgets
synced 2024-10-22 17:05:54 +02:00
ab6fdd9eea
changed contentcontroller-url-handler to contentcontrollerurlhandler so that it can be overridden.
8 lines
163 B
YAML
8 lines
163 B
YAML
---
|
|
Name: contentcontrollerurlhandler
|
|
---
|
|
ContentController:
|
|
extensions:
|
|
- WidgetContentControllerExtension
|
|
url_handlers:
|
|
'widget/$ID!': 'handleWidget' |