Apply config changes after database updates
This commit is contained in:
parent
cb8d8cd65b
commit
6be3f95e70
5 changed files with 507 additions and 4 deletions
|
@ -115,7 +115,7 @@ display:
|
|||
type: none
|
||||
options: { }
|
||||
cache:
|
||||
type: none
|
||||
type: tag
|
||||
options: { }
|
||||
empty: { }
|
||||
sorts: { }
|
||||
|
@ -282,6 +282,7 @@ display:
|
|||
contexts:
|
||||
- 'languages:language_interface'
|
||||
- url.query_args
|
||||
- visitors_date_range
|
||||
tags: { }
|
||||
city_table:
|
||||
id: city_table
|
||||
|
@ -740,6 +741,7 @@ display:
|
|||
- 'languages:language_interface'
|
||||
- url
|
||||
- url.query_args
|
||||
- visitors_date_range
|
||||
tags: { }
|
||||
recent_view_table:
|
||||
id: recent_view_table
|
||||
|
@ -1317,6 +1319,7 @@ display:
|
|||
- 'languages:language_interface'
|
||||
- url
|
||||
- url.query_args
|
||||
- visitors_date_range
|
||||
tags: { }
|
||||
region_table:
|
||||
id: region_table
|
||||
|
@ -1688,4 +1691,5 @@ display:
|
|||
- 'languages:language_interface'
|
||||
- url
|
||||
- url.query_args
|
||||
- visitors_date_range
|
||||
tags: { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue