diff --git a/search_api.routing.yml b/search_api.routing.yml index 1b1cdf3..7d0bf06 100644 --- a/search_api.routing.yml +++ b/search_api.routing.yml @@ -21,6 +21,10 @@ entity.search_api_server.canonical: _title: "View" requirements: _entity_access: 'search_api_server.view' + options: + parameters: + search_api_server: + with_config_overrides: true entity.search_api_server.edit_form: path: '/admin/config/search/search-api/server/{search_api_server}/edit' @@ -72,6 +76,10 @@ entity.search_api_index.canonical: _title_callback: '\Drupal\search_api\Controller\IndexController::pageTitle' requirements: _entity_access: 'search_api_index.view' + options: + parameters: + search_api_index: + with_config_overrides: true entity.search_api_index.edit_form: path: '/admin/config/search/search-api/index/{search_api_index}/edit'