|
|
|
# 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'
|