Compare commits
5 commits
68ec23f264
...
9484396229
Author | SHA1 | Date | |
---|---|---|---|
9484396229 | |||
36fe87400b | |||
39d0d48fe1 | |||
800b045b40 | |||
55d9ac58b1 |
9 changed files with 1772 additions and 1 deletions
|
@ -0,0 +1,33 @@
|
||||||
|
uuid: d968c39b-76d9-4fde-87c2-98597304e1c0
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- plausible
|
||||||
|
id: config_sync.module.plausible
|
||||||
|
snapshotSet: config_sync
|
||||||
|
extensionType: module
|
||||||
|
extensionName: plausible
|
||||||
|
items:
|
||||||
|
-
|
||||||
|
collection: ''
|
||||||
|
name: plausible.settings
|
||||||
|
data:
|
||||||
|
script:
|
||||||
|
domain: ''
|
||||||
|
api: ''
|
||||||
|
src: 'https://plausible.io/js/plausible.js'
|
||||||
|
dashboard:
|
||||||
|
shared_link: ''
|
||||||
|
visibility:
|
||||||
|
enable: true
|
||||||
|
admin_route_mode: 0
|
||||||
|
request_path_mode: 0
|
||||||
|
request_path_pages: ''
|
||||||
|
user_role_mode: 0
|
||||||
|
user_role_roles: { }
|
||||||
|
events:
|
||||||
|
403: false
|
||||||
|
404: false
|
||||||
|
_core:
|
||||||
|
default_config_hash: 7ITcwwShhS7SG3SJdIqRQkzXEcEPNejdEnbeDVDeDY0
|
File diff suppressed because it is too large
Load diff
|
@ -111,6 +111,7 @@ module:
|
||||||
path: 0
|
path: 0
|
||||||
path_alias: 0
|
path_alias: 0
|
||||||
phpass: 0
|
phpass: 0
|
||||||
|
plausible: 0
|
||||||
rdf: 0
|
rdf: 0
|
||||||
redirect: 0
|
redirect: 0
|
||||||
responsive_image: 0
|
responsive_image: 0
|
||||||
|
|
25
config/sync/plausible.settings.yml
Normal file
25
config/sync/plausible.settings.yml
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
_core:
|
||||||
|
default_config_hash: 7ITcwwShhS7SG3SJdIqRQkzXEcEPNejdEnbeDVDeDY0
|
||||||
|
script:
|
||||||
|
domain: ''
|
||||||
|
api: ''
|
||||||
|
src: 'https://plausible.io/js/script.file-downloads.hash.outbound-links.js'
|
||||||
|
dashboard:
|
||||||
|
shared_link: ''
|
||||||
|
visibility:
|
||||||
|
enable: true
|
||||||
|
admin_route_mode: 1
|
||||||
|
request_path_mode: 0
|
||||||
|
request_path_pages: ''
|
||||||
|
user_role_roles:
|
||||||
|
administrator: '0'
|
||||||
|
anonymous: '0'
|
||||||
|
authenticated: '0'
|
||||||
|
invited_blogger: '0'
|
||||||
|
contributor: '0'
|
||||||
|
editor: '0'
|
||||||
|
manager: '0'
|
||||||
|
user_role_mode: 0
|
||||||
|
events:
|
||||||
|
403: true
|
||||||
|
404: true
|
|
@ -2,7 +2,7 @@ _core:
|
||||||
default_config_hash: b2cssrj-lOmATIbdehfCqfCFgVR0qCdxxWhwqa2KBVQ
|
default_config_hash: b2cssrj-lOmATIbdehfCqfCFgVR0qCdxxWhwqa2KBVQ
|
||||||
cache:
|
cache:
|
||||||
page:
|
page:
|
||||||
max_age: 0
|
max_age: 1800
|
||||||
css:
|
css:
|
||||||
preprocess: true
|
preprocess: true
|
||||||
gzip: true
|
gzip: true
|
||||||
|
|
|
@ -15,6 +15,7 @@ dependencies:
|
||||||
- node
|
- node
|
||||||
- statistics
|
- statistics
|
||||||
- system
|
- system
|
||||||
|
- visitors
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: dJ0L2DNSj5q6XVZAGsuVDpJTh5UeYkIPwKrUOOpr8YI
|
default_config_hash: dJ0L2DNSj5q6XVZAGsuVDpJTh5UeYkIPwKrUOOpr8YI
|
||||||
id: authenticated
|
id: authenticated
|
||||||
|
@ -38,3 +39,4 @@ permissions:
|
||||||
- 'view media'
|
- 'view media'
|
||||||
- 'view own unpublished content'
|
- 'view own unpublished content'
|
||||||
- 'view post access counter'
|
- 'view post access counter'
|
||||||
|
- 'view visitors counter'
|
||||||
|
|
|
@ -21,6 +21,7 @@ dependencies:
|
||||||
- system
|
- system
|
||||||
- taxonomy
|
- taxonomy
|
||||||
- toolbar
|
- toolbar
|
||||||
|
- visitors
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: wx_SmNDtHorXJ90rDiwqo6EvHgyvz6_SZFsFO77cdvY
|
default_config_hash: wx_SmNDtHorXJ90rDiwqo6EvHgyvz6_SZFsFO77cdvY
|
||||||
id: contributor
|
id: contributor
|
||||||
|
@ -47,3 +48,4 @@ permissions:
|
||||||
- 'update media'
|
- 'update media'
|
||||||
- 'use text format full_html'
|
- 'use text format full_html'
|
||||||
- 'view the administration theme'
|
- 'view the administration theme'
|
||||||
|
- 'view visitors counter'
|
||||||
|
|
|
@ -19,6 +19,7 @@ dependencies:
|
||||||
- taxonomy
|
- taxonomy
|
||||||
- toolbar
|
- toolbar
|
||||||
- tour
|
- tour
|
||||||
|
- visitors
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: rlOWgxSj7Nc4dVgLS2xaxjHVZNv9u9Csoy8JavNvygc
|
default_config_hash: rlOWgxSj7Nc4dVgLS2xaxjHVZNv9u9Csoy8JavNvygc
|
||||||
id: editor
|
id: editor
|
||||||
|
@ -55,3 +56,4 @@ permissions:
|
||||||
- 'view all revisions'
|
- 'view all revisions'
|
||||||
- 'view own unpublished content'
|
- 'view own unpublished content'
|
||||||
- 'view the administration theme'
|
- 'view the administration theme'
|
||||||
|
- 'view visitors counter'
|
||||||
|
|
|
@ -48,6 +48,7 @@ permissions:
|
||||||
- 'access help pages'
|
- 'access help pages'
|
||||||
- 'access shortcuts'
|
- 'access shortcuts'
|
||||||
- 'access site in maintenance mode'
|
- 'access site in maintenance mode'
|
||||||
|
- 'access site reports'
|
||||||
- 'access toolbar'
|
- 'access toolbar'
|
||||||
- 'access tour'
|
- 'access tour'
|
||||||
- 'access user contact forms'
|
- 'access user contact forms'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue