mirror of
https://github.com/silverstripe/silverstripe-widgets
synced 2024-10-22 17:05:54 +02:00
025ee424c4
The handleWidget() method used to be part of core, and it's now been turned into the extension included here.
8 lines
165 B
YAML
8 lines
165 B
YAML
---
|
|
Name: contentcontroller-url-handler
|
|
---
|
|
ContentController:
|
|
extensions:
|
|
- WidgetContentControllerExtension
|
|
url_handlers:
|
|
'widget/$ID!': 'handleWidget' |