Apply self-updates to search view caused by saving it

This commit is contained in:
benjamin melançon 2025-07-19 22:06:08 -04:00
parent d7da5b5492
commit 692f8f6fd7

View file

@ -98,6 +98,7 @@ display:
type: full type: full
options: options:
offset: 0 offset: 0
pagination_heading_level: h4
items_per_page: 20 items_per_page: 20
total_pages: null total_pages: null
id: 0 id: 0
@ -115,7 +116,6 @@ display:
offset: false offset: false
offset_label: Offset offset_label: Offset
quantity: 9 quantity: 9
pagination_heading_level: h4
exposed_form: exposed_form:
type: basic type: basic
options: options:
@ -225,7 +225,10 @@ display:
- 'languages:language_interface' - 'languages:language_interface'
- url - url
- url.query_args - url.query_args
tags: { } - 'user.node_grants:view'
tags:
- 'config:search_api.index.content'
- 'search_api_list:content'
page_1: page_1:
id: page_1 id: page_1
display_title: Page display_title: Page
@ -251,4 +254,7 @@ display:
- 'languages:language_interface' - 'languages:language_interface'
- url - url
- url.query_args - url.query_args
tags: { } - 'user.node_grants:view'
tags:
- 'config:search_api.index.content'
- 'search_api_list:content'