Skip to content
Snippets Groups Projects
Commit 5ce6bb2f authored by Florent Torregrosa's avatar Florent Torregrosa
Browse files

Issue #3384343 by grimreaper, pdureau: UI Examples: change libraries paths to avoid collisions

parent 1115b343
No related branches found
No related tags found
1 merge request!17Issue #3384343 by grimreaper, pdureau: UI Examples: change libraries paths to avoid collisions
Pipeline #312318 passed
......@@ -112,7 +112,7 @@ render:
tag: a
value: 'Examples page'
attributes:
href: '/examples'
href: '/admin/appearance/ui/examples'
-
type: html_tag
tag: p
......
......@@ -16,7 +16,7 @@ render:
tag: a
value: 'Examples page'
attributes:
href: '/examples'
href: '/admin/appearance/ui/examples'
warning:
- 'Warning message:'
-
......@@ -27,7 +27,7 @@ render:
tag: a
value: 'Examples page'
attributes:
href: '/examples'
href: '/admin/appearance/ui/examples'
status:
- 'Status message:'
-
......@@ -38,4 +38,4 @@ render:
tag: a
value: 'Examples page'
attributes:
href: '/examples'
href: '/admin/appearance/ui/examples'
ui_suite.index:
path: '/admin/appearance/ui-libraries'
path: '/admin/appearance/ui'
defaults:
_controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage'
_title: 'UI libraries'
requirements:
_permission: 'access patterns page+access_ui_styles_library+access_ui_examples_library'
_permission: 'access patterns page+access_ui_styles_library+access_ui_examples_library+access ui icons library'
ui_examples.overview:
path: '/examples'
path: '/admin/appearance/ui/examples'
defaults:
_controller: '\Drupal\ui_examples\Controller\ExamplesLibraryController::overview'
_title: 'Examples library'
requirements:
_permission: 'access_ui_examples_library'
options:
_admin_route: FALSE
ui_examples.single:
path: '/examples/{name}'
path: '/admin/appearance/ui/examples/{name}'
defaults:
_controller: '\Drupal\ui_examples\Controller\ExamplesLibraryController::single'
_title_callback: '\Drupal\ui_examples\Controller\ExamplesLibraryController::title'
requirements:
_permission: 'access_ui_examples_library'
options:
_admin_route: FALSE
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment