You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
982 B
30 lines
982 B
# Islandora Routing definition |
|
entity.fedora_resource_type.rdftest: |
|
path: '/fedora_resource/{fedora_resource}/rdf' |
|
defaults: |
|
_controller: '\Drupal\node\Controller\NodePreviewController::view' |
|
_title_callback: '\Drupal\node\Controller\NodePreviewController::title' |
|
requirements: |
|
_node_preview_access: '{node_preview}' |
|
options: |
|
parameters: |
|
node_preview: |
|
type: 'node_preview' |
|
|
|
# Menu list of Islandora configuration forms |
|
system.admin_config_islandora: |
|
path: '/admin/config/islandora' |
|
defaults: |
|
_controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage' |
|
_title: 'Islandora' |
|
requirements: |
|
_permission: 'access administration pages' |
|
|
|
# Core Islandora configuration form |
|
system.islandora_settings: |
|
path: '/admin/config/islandora/core' |
|
defaults: |
|
_form: '\Drupal\islandora\Form\IslandoraSettingsForm' |
|
_title: 'Islandora Settings' |
|
requirements: |
|
_permission: 'administer site configuration'
|
|
|