Browse Source

Add homepage /welcome route

pull/856/head
Don Richards 3 years ago committed by GitHub
parent
commit
ad1c686cb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      islandora.routing.yml

8
islandora.routing.yml

@ -108,3 +108,11 @@ islandora.confirm_delete_media_and_file:
_form: 'Drupal\islandora\Form\ConfirmDeleteMediaAndFile'
requirements:
_permission: 'administer media+delete any media'
islandora.welcome:
path: '/welcome'
defaults:
_controller: '\Drupal\islandora\Controller\HomeController::welcome'
_title: 'Welcome to Islandora'
requirements:
_permission: 'access content'

Loading…
Cancel
Save