Loading restrict_route_by_ip.permissions.yml 0 → 100644 +4 −0 Original line number Diff line number Diff line admin restrict route by ip: title: 'Administer restrict route by IP' restrict access: true description: 'Give rights to administer restrict route by IP' restrict_route_by_ip.routing.yml +6 −6 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ entity.restrict_route.collection: _entity_list: 'restrict_route' _title: 'Routes restricted by IP' requirements: _permission: 'administer site configuration' _permission: 'admin restrict route by ip' entity.restrict_route.add_form: path: '/admin/config/system/restrict_route_by_ip/add' Loading @@ -12,7 +12,7 @@ entity.restrict_route.add_form: _entity_form: 'restrict_route.add' _title: 'Add route restriction configuration' requirements: _permission: 'administer site configuration' _permission: 'admin restrict route by ip' entity.restrict_route.edit_form: path: '/admin/config/system/restrict_route_by_ip/{restrict_route}' Loading @@ -20,7 +20,7 @@ entity.restrict_route.edit_form: _entity_form: 'restrict_route.edit' _title: 'Edit route restriction configuration' requirements: _permission: 'administer site configuration' _permission: 'admin restrict route by ip' entity.restrict_route.delete_form: path: '/admin/config/system/restrict_route_by_ip/{restrict_route}/delete' Loading @@ -28,7 +28,7 @@ entity.restrict_route.delete_form: _entity_form: 'restrict_route.delete' _title: 'Delete route restriction configuration' requirements: _permission: 'administer site configuration' _permission: 'admin restrict route by ip' entity.restrict_route.enable: path: '/admin/config/system/restrict_route_by_ip/{restrict_route}/enable' Loading @@ -36,7 +36,7 @@ entity.restrict_route.enable: _controller: '\Drupal\restrict_route_by_ip\Controller\StatusController::enable' _title: 'Enable a restricted route' requirements: _permission: 'administer site configuration' _permission: 'admin restrict route by ip' options: parameters: restrict_route: Loading @@ -48,7 +48,7 @@ entity.restrict_route.disable: _controller: '\Drupal\restrict_route_by_ip\Controller\StatusController::disable' _title: 'Disable a restricted route' requirements: _permission: 'administer site configuration' _permission: 'admin restrict route by ip' options: parameters: restrict_route: Loading Loading
restrict_route_by_ip.permissions.yml 0 → 100644 +4 −0 Original line number Diff line number Diff line admin restrict route by ip: title: 'Administer restrict route by IP' restrict access: true description: 'Give rights to administer restrict route by IP'
restrict_route_by_ip.routing.yml +6 −6 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ entity.restrict_route.collection: _entity_list: 'restrict_route' _title: 'Routes restricted by IP' requirements: _permission: 'administer site configuration' _permission: 'admin restrict route by ip' entity.restrict_route.add_form: path: '/admin/config/system/restrict_route_by_ip/add' Loading @@ -12,7 +12,7 @@ entity.restrict_route.add_form: _entity_form: 'restrict_route.add' _title: 'Add route restriction configuration' requirements: _permission: 'administer site configuration' _permission: 'admin restrict route by ip' entity.restrict_route.edit_form: path: '/admin/config/system/restrict_route_by_ip/{restrict_route}' Loading @@ -20,7 +20,7 @@ entity.restrict_route.edit_form: _entity_form: 'restrict_route.edit' _title: 'Edit route restriction configuration' requirements: _permission: 'administer site configuration' _permission: 'admin restrict route by ip' entity.restrict_route.delete_form: path: '/admin/config/system/restrict_route_by_ip/{restrict_route}/delete' Loading @@ -28,7 +28,7 @@ entity.restrict_route.delete_form: _entity_form: 'restrict_route.delete' _title: 'Delete route restriction configuration' requirements: _permission: 'administer site configuration' _permission: 'admin restrict route by ip' entity.restrict_route.enable: path: '/admin/config/system/restrict_route_by_ip/{restrict_route}/enable' Loading @@ -36,7 +36,7 @@ entity.restrict_route.enable: _controller: '\Drupal\restrict_route_by_ip\Controller\StatusController::enable' _title: 'Enable a restricted route' requirements: _permission: 'administer site configuration' _permission: 'admin restrict route by ip' options: parameters: restrict_route: Loading @@ -48,7 +48,7 @@ entity.restrict_route.disable: _controller: '\Drupal\restrict_route_by_ip\Controller\StatusController::disable' _title: 'Disable a restricted route' requirements: _permission: 'administer site configuration' _permission: 'admin restrict route by ip' options: parameters: restrict_route: Loading