- Issue created by @bogdan.racz
- 🇮🇳India dineshkumarbollu
Hi @bogdan.racz
Provided patch for this, please review.Thanks
page_1 display is not mandatory to be inside the views.view.content config, hence after enabling the module you always have a warning because the page_1 doesn't exist.
Change the display_id for Content view (e.g. page_content)
Enable the module.
Edit the view: /admin/structure/views/view/content
You have the warning message "Plugin ID 'page_1' was not found."
Remove the following code from config/rewrite/views.view.content.yml
page_1:
display_options:
rendering_language: '***LANGUAGE_language_content***'
cache_metadata:
contexts:
- 'languages:language_interface'
- url
- url.query_args
- user
- 'user.node_grants:view'
- user.permissions
max-age: 0
Update documentation
Active
2.0
Code
Hi @bogdan.racz
Provided patch for this, please review.Thanks