Mercurial > hg > cmmr2012-drupal-site
view core/modules/workspaces/workspaces.routing.yml @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | a9cd425dd02b |
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'