mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
No clickable "jump to" at the moment, as we can not get the route url by the route name in js yet. Need to find another solution later. PHPBB3-12090
7 lines
206 B
YAML
7 lines
206 B
YAML
core_controller:
|
|
pattern: /test
|
|
defaults: { _controller: core_foo.controller:bar, page: 1}
|
|
core_page_controller:
|
|
pattern: /test/page/{page}
|
|
defaults: { _controller: core_foo.controller:bar}
|