Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
simple_sitemap
Commits
0c250641
Commit
0c250641
authored
Aug 25, 2016
by
Pawel G
Browse files
Add URL handling on incomplete URLs
parent
708561fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
simple_sitemap.routing.yml
View file @
0c250641
...
...
@@ -5,6 +5,20 @@ simple_sitemap.sitemap:
requirements
:
_access
:
'
TRUE'
simple_sitemap.sitemaps
:
path
:
'
/sitemaps'
defaults
:
_controller
:
'
\Drupal\simple_sitemap\Controller\SimplesitemapController::getSitemap'
requirements
:
_access
:
'
TRUE'
simple_sitemap.chunk_fallback
:
path
:
'
/sitemaps/{chunk_id}'
defaults
:
_controller
:
'
\Drupal\simple_sitemap\Controller\SimplesitemapController::getSitemap'
requirements
:
_access
:
'
TRUE'
simple_sitemap.chunk
:
path
:
'
/sitemaps/{chunk_id}/sitemap.xml'
defaults
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment