Apply configuration updates from db updates
This commit is contained in:
parent
aabe0c27ee
commit
eb5d8c99df
2 changed files with 6 additions and 1 deletions
|
@ -18,7 +18,7 @@ settings:
|
|||
label: 'Language:'
|
||||
label_display: visible
|
||||
provider: dropdown_language
|
||||
labels: null
|
||||
labels: { }
|
||||
visibility:
|
||||
condition_group:
|
||||
id: condition_group
|
||||
|
|
|
@ -5,6 +5,8 @@ script:
|
|||
api: ''
|
||||
src: 'https://plausible.io/js/plausible.js'
|
||||
visibility:
|
||||
enable: true
|
||||
admin_route_mode: 0
|
||||
request_path_mode: 1
|
||||
request_path_pages: ''
|
||||
user_role_roles:
|
||||
|
@ -18,3 +20,6 @@ visibility:
|
|||
partner: '0'
|
||||
staff: '0'
|
||||
user_role_mode: 2
|
||||
events:
|
||||
403: false
|
||||
404: false
|
||||
|
|
Loading…
Reference in a new issue