From 25e44209a1fd1aaef0c1aba06494417d3c7c46c5 Mon Sep 17 00:00:00 2001 From: Z Saenz Date: Tue, 17 Feb 2026 16:23:12 -0700 Subject: [PATCH 1/2] Set advanced_column to true. --- config/install/views.settings.yml | 47 +++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 config/install/views.settings.yml diff --git a/config/install/views.settings.yml b/config/install/views.settings.yml new file mode 100644 index 0000000000..057949ff01 --- /dev/null +++ b/config/install/views.settings.yml @@ -0,0 +1,47 @@ +_core: + default_config_hash: 8oDr9oPVb_ostrNnVV6V7VdphwoH_u-NqTS0u7SE7qc +display_extenders: { } +sql_signature: false +ui: + show: + additional_queries: false + advanced_column: true + default_display: false + performance_statistics: false + preview_information: true + sql_query: + enabled: false + where: above + display_embed: false + always_live_preview: true + exposed_filter_any_label: old_any +field_rewrite_elements: + div: DIV + span: SPAN + h1: H1 + h2: H2 + h3: H3 + h4: H4 + h5: H5 + h6: H6 + p: P + header: HEADER + footer: FOOTER + article: ARTICLE + section: SECTION + aside: ASIDE + details: DETAILS + blockquote: BLOCKQUOTE + figure: FIGURE + address: ADDRESS + code: CODE + pre: PRE + var: VAR + samp: SAMP + kbd: KBD + strong: STRONG + em: EM + del: DEL + ins: INS + q: Q + s: S From c03a231440a91af386b9cba1571c43390a377add Mon Sep 17 00:00:00 2001 From: Z Saenz Date: Wed, 18 Feb 2026 10:38:04 -0700 Subject: [PATCH 2/2] Update config/install/views.settings.yml Co-authored-by: tadean <51835841+tadean@users.noreply.github.com> --- config/install/views.settings.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/install/views.settings.yml b/config/install/views.settings.yml index 057949ff01..6b2800af94 100644 --- a/config/install/views.settings.yml +++ b/config/install/views.settings.yml @@ -1,5 +1,3 @@ -_core: - default_config_hash: 8oDr9oPVb_ostrNnVV6V7VdphwoH_u-NqTS0u7SE7qc display_extenders: { } sql_signature: false ui: