Closes #5300 Always show advanced display settings in Views UI.#5321
Draft
Closes #5300 Always show advanced display settings in Views UI.#5321
Conversation
tadean
reviewed
Feb 18, 2026
Co-authored-by: tadean <51835841+tadean@users.noreply.github.com>
Contributor
|
Tugboat has finished building the preview for this pull request! Link: Dashboard: |
joshuasosa
reviewed
Feb 19, 2026
Contributor
joshuasosa
left a comment
There was a problem hiding this comment.
This PR adds views.settings.yml as a managed file. But as it is, when it comes in and drush config-distro-update is used, it will override any configuration that was previously there which is not ideal. It's possible that view settings were changed on a site, and those changes will be lost.
Example before update:
Example after update:
If possible, a database update or recipe that changes the one setting would be better.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Closes Issue #5300
"Always show advanced display settings"
Sets this checkbox true by default. To do this, adds "views.settings.yml" as a config install file.
Release notes
Related issues
How to test
-Install from scratch and make sure views shows advanced settings by default.
Types of changes
Arizona Quickstart (install profile, custom modules, custom theme)
Drupal core
Drupal contrib projects
Checklist