diff --git a/config/sync/config_split.config_split.prod.yml b/config/sync/config_split.config_split.prod.yml index 24bc1560..fad9aa26 100644 --- a/config/sync/config_split.config_split.prod.yml +++ b/config/sync/config_split.config_split.prod.yml @@ -7,6 +7,7 @@ label: Prod description: '' folder: ../config/prod module: + google_analytics: 0 mailgun: 0 matomo: 0 pwa: 0 diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index ece81e6c..8ef6c5a7 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -93,6 +93,7 @@ module: gdpr_fields: 0 gdpr_tasks: 0 genpass: 0 + google_analytics: 0 graphql: 0 help: 0 honeypot: 0 diff --git a/config/sync/google_analytics.settings.yml b/config/sync/google_analytics.settings.yml new file mode 100644 index 00000000..3a66b3b2 --- /dev/null +++ b/config/sync/google_analytics.settings.yml @@ -0,0 +1,42 @@ +account: UA-6530683-1 +premium: false +domain_mode: 0 +cross_domains: '' +visibility: + request_path_mode: 0 + request_path_pages: "/admin\r\n/admin/*\r\n/batch\r\n/node/add*\r\n/node/*/*\r\n/user/*/*" + user_role_mode: 1 + user_role_roles: + admin: admin + root: root + user_account_mode: 1 +track: + outbound: true + mailto: true + files: true + files_extensions: '7z|aac|arc|arj|asf|asx|avi|bin|csv|doc(x|m)?|dot(x|m)?|exe|flv|gif|gz|gzip|hqx|jar|jpe?g|js|mp(2|3|4|e?g)|mov(ie)?|msi|msp|pdf|phps|png|ppt(x|m)?|pot(x|m)?|pps(x|m)?|ppam|sld(x|m)?|thmx|qtm?|ra(m|r)?|sea|sit|tar|tgz|torrent|txt|wav|wma|wmv|wpd|xls(x|m|b)?|xlt(x|m)|xlam|xml|z|zip' + colorbox: true + linkid: false + urlfragments: false + userid: false + messages: + status: status + warning: warning + error: error + site_search: false + adsense: false + displayfeatures: false +privacy: + anonymizeip: true +custom: + dimension: { } + metric: { } +codesnippet: + create: { } + before: '' + after: '' +translation_set: false +cache: false +debug: false +_core: + default_config_hash: goermvpa21m8H97TedFfQQmZmQz62WjX_SCiT4JhsXg diff --git a/config/sync/language/fr/views.view.files.yml b/config/sync/language/fr/views.view.files.yml index 99599562..95d3a1e0 100644 --- a/config/sync/language/fr/views.view.files.yml +++ b/config/sync/language/fr/views.view.files.yml @@ -78,6 +78,7 @@ display: label: 'Enregistrement du module' count: label: 'Nombre d''utilisations' + format_plural_string: !!binary MQNAY291bnQ= title: 'Utilisation du fichier' arguments: fid: diff --git a/config/sync/language/fr/webform.settings.yml b/config/sync/language/fr/webform.settings.yml index 8953da5e..4c96e793 100644 --- a/config/sync/language/fr/webform.settings.yml +++ b/config/sync/language/fr/webform.settings.yml @@ -12,5 +12,3 @@ settings: title: Large element: default_more_title: Plus -mail: - default_from_name: '[site:name]' diff --git a/config/sync/ultimate_cron.job.google_analytics_cron.yml b/config/sync/ultimate_cron.job.google_analytics_cron.yml new file mode 100644 index 00000000..20161fbe --- /dev/null +++ b/config/sync/ultimate_cron.job.google_analytics_cron.yml @@ -0,0 +1,17 @@ +uuid: d6aaf231-0efd-4423-b1be-031964c81c41 +langcode: en +status: true +dependencies: + module: + - google_analytics +title: 'Default cron handler' +id: google_analytics_cron +weight: 0 +module: google_analytics +callback: google_analytics_cron +scheduler: + id: simple +launcher: + id: serial +logger: + id: database diff --git a/config/sync/user.role.authenticated.yml b/config/sync/user.role.authenticated.yml index e082a3eb..c294d63f 100644 --- a/config/sync/user.role.authenticated.yml +++ b/config/sync/user.role.authenticated.yml @@ -32,6 +32,7 @@ permissions: - 'issue subrequests' - 'manage own commerce_payment_method' - 'materio_jsonapi ownroles' + - 'opt-in or out of google analytics tracking' - 'opt-in or out of matomo tracking' - 'restful get config_rest_resource' - 'restful post user_registration'