- Issue created by @eduardo morales alberti
There are al least 3 errors related with configuration from views.view.node_authlinks.yml
The reported errors are:
Missing schema:
display.default.display_options.display_extenders.ajax_history
display.admin_page.display_options.display_extenders.ajax_history
display.default.display_options.exposed_form.options.disable_ajax_submit
It is possible that the view was generated using a drupal with patches or modules installed, as there is configuration like metatags:
display_extenders:
metatag_display_extender:
metatags: { }
tokenize: false
ajax_history: { }
The disable_ajax_submit key comes from issue, but is not merged ✨ Add ability to disable AJAX for Views exposed form submit Needs work https://git.drupalcode.org/project/drupal/-/merge_requests/5923/diffs
Install the node_authlink and config inspector on a clean Drupal.
Review the errors.
Remove the configuration that is not related to the module.
Active
2.0
Code