Download button for reports
This commit is contained in:
@ -4,8 +4,10 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- search_api.index.default_index
|
||||
- user.role.authenticated
|
||||
module:
|
||||
- search_api
|
||||
- user
|
||||
_core:
|
||||
default_config_hash: EeNNkLARDmftWehrk-ew_OW8srW2RgDKI1mZrWxZ-ao
|
||||
id: search_content
|
||||
@ -54,8 +56,10 @@ display:
|
||||
text_input_required: 'Please enter some keywords to search.'
|
||||
text_input_required_format: basic_html
|
||||
access:
|
||||
type: none
|
||||
options: { }
|
||||
type: role
|
||||
options:
|
||||
role:
|
||||
authenticated: authenticated
|
||||
cache:
|
||||
type: none
|
||||
options: { }
|
||||
@ -133,13 +137,15 @@ display:
|
||||
footer: { }
|
||||
display_extenders: { }
|
||||
cache_metadata:
|
||||
max-age: 0
|
||||
max-age: -1
|
||||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url
|
||||
- url.query_args
|
||||
tags: { }
|
||||
- 'user.node_grants:view'
|
||||
- user.roles
|
||||
tags:
|
||||
- 'config:search_api.index.default_index'
|
||||
cacheable: false
|
||||
page_1:
|
||||
id: page_1
|
||||
@ -150,11 +156,13 @@ display:
|
||||
display_extenders: { }
|
||||
path: search/content
|
||||
cache_metadata:
|
||||
max-age: 0
|
||||
max-age: -1
|
||||
contexts:
|
||||
- 'languages:language_content'
|
||||
- 'languages:language_interface'
|
||||
- url
|
||||
- url.query_args
|
||||
tags: { }
|
||||
- 'user.node_grants:view'
|
||||
- user.roles
|
||||
tags:
|
||||
- 'config:search_api.index.default_index'
|
||||
cacheable: false
|
||||
|
||||
Reference in New Issue
Block a user