Apply self-updates to search view caused by saving it
This commit is contained in:
parent
d7da5b5492
commit
692f8f6fd7
1 changed files with 9 additions and 3 deletions
|
@ -98,6 +98,7 @@ display:
|
|||
type: full
|
||||
options:
|
||||
offset: 0
|
||||
pagination_heading_level: h4
|
||||
items_per_page: 20
|
||||
total_pages: null
|
||||
id: 0
|
||||
|
@ -115,7 +116,6 @@ display:
|
|||
offset: false
|
||||
offset_label: Offset
|
||||
quantity: 9
|
||||
pagination_heading_level: h4
|
||||
exposed_form:
|
||||
type: basic
|
||||
options:
|
||||
|
@ -225,7 +225,10 @@ display:
|
|||
- 'languages:language_interface'
|
||||
- url
|
||||
- url.query_args
|
||||
tags: { }
|
||||
- 'user.node_grants:view'
|
||||
tags:
|
||||
- 'config:search_api.index.content'
|
||||
- 'search_api_list:content'
|
||||
page_1:
|
||||
id: page_1
|
||||
display_title: Page
|
||||
|
@ -251,4 +254,7 @@ display:
|
|||
- 'languages:language_interface'
|
||||
- url
|
||||
- url.query_args
|
||||
tags: { }
|
||||
- 'user.node_grants:view'
|
||||
tags:
|
||||
- 'config:search_api.index.content'
|
||||
- 'search_api_list:content'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue