Mercurial > hg > isophonics-drupal-site
view core/modules/workspaces/workspaces.routing.yml @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | |
children |
line wrap: on
line source
entity.workspace.collection: path: '/admin/config/workflow/workspaces' defaults: _title: 'Workspaces' _entity_list: 'workspace' requirements: _permission: 'administer workspaces+edit any workspace' entity.workspace.activate_form: path: '/admin/config/workflow/workspaces/manage/{workspace}/activate' defaults: _entity_form: 'workspace.activate' _title: 'Activate Workspace' options: _admin_route: TRUE requirements: _entity_access: 'workspace.view' entity.workspace.deploy_form: path: '/admin/config/workflow/workspaces/manage/{workspace}/deploy' defaults: _entity_form: 'workspace.deploy' _title: 'Deploy Workspace' options: _admin_route: TRUE requirements: _permission: 'administer workspaces'