Forked from
project / nodeorder
6 commits behind, 4 commits ahead of the upstream repository.
-
David Pashaev authoredDavid Pashaev authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
nodeorder.routing.yml 627 B
nodeorder.admin:
path: '/admin/config/content/nodeorder'
defaults:
_form: '\Drupal\nodeorder\Form\NodeorderAdminForm'
_title: 'Nodeorder'
requirements:
_permission: 'administer nodeorder'
options:
_admin_route: TRUE
nodeorder.admin_order:
path: '/taxonomy/term/{taxonomy_term}/order'
defaults:
_controller: '\Drupal\nodeorder\Controller\NodeOrderListController::listing'
_title: 'Order nodes'
requirements:
_permission: 'order nodes within categories'
_custom_access: '\Drupal\nodeorder\Access\NodeOrderAccess::adminOrder'
taxonomy_term: \d+
options:
_admin_route: TRUE