cdel matomo.settings
This commit is contained in:
parent
0d7925886a
commit
a03688efa4
|
@ -21,6 +21,7 @@
|
||||||
"drupal/core-project-message": "^9.4",
|
"drupal/core-project-message": "^9.4",
|
||||||
"drupal/core-recommended": "^9.4",
|
"drupal/core-recommended": "^9.4",
|
||||||
"drupal/paragraphs": "^1.15",
|
"drupal/paragraphs": "^1.15",
|
||||||
|
"drupal/structure_sync": "^2.0",
|
||||||
"wikimedia/composer-merge-plugin": "^2.0"
|
"wikimedia/composer-merge-plugin": "^2.0"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "aea0592ad6ad8016ce9acf94c357afbd",
|
"content-hash": "9f22f2a18cec2f9fe341a284cef4d4bb",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "alchemy/zippy",
|
"name": "alchemy/zippy",
|
||||||
|
@ -7327,6 +7327,87 @@
|
||||||
"source": "https://git.drupalcode.org/project/sophron"
|
"source": "https://git.drupalcode.org/project/sophron"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/structure_sync",
|
||||||
|
"version": "2.0.3",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/structure_sync.git",
|
||||||
|
"reference": "2.0.3"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/structure_sync-2.0.3.zip",
|
||||||
|
"reference": "2.0.3",
|
||||||
|
"shasum": "67be6d3e9948531d8f6056cc7c53f713aef45490"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^8 || ^9 || ^10",
|
||||||
|
"php": ">=7.1"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"drush/drush": "^9 || ^10 || ^11"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"drupal": {
|
||||||
|
"version": "2.0.3",
|
||||||
|
"datestamp": "1662288035",
|
||||||
|
"security-coverage": {
|
||||||
|
"status": "covered",
|
||||||
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"drush": {
|
||||||
|
"services": {
|
||||||
|
"drush.services.yml": "^9 || ^10 || ^11"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||||
|
"license": [
|
||||||
|
"GPL-2.0-or-later"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "colan",
|
||||||
|
"homepage": "https://www.drupal.org/user/58704"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fidovdbos",
|
||||||
|
"homepage": "https://www.drupal.org/user/1494332"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "joachim",
|
||||||
|
"homepage": "https://www.drupal.org/user/107701"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "louis-cuny",
|
||||||
|
"homepage": "https://www.drupal.org/user/3606332"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mparker17",
|
||||||
|
"homepage": "https://www.drupal.org/user/536298"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "spiderman",
|
||||||
|
"homepage": "https://www.drupal.org/user/1631"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "timKruijsen",
|
||||||
|
"homepage": "https://www.drupal.org/user/3513437"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "vinlaurens",
|
||||||
|
"homepage": "https://www.drupal.org/user/2945689"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Tool for syncing structural data that is stored as content.",
|
||||||
|
"homepage": "https://www.drupal.org/project/structure_sync",
|
||||||
|
"support": {
|
||||||
|
"source": "https://git.drupalcode.org/project/structure_sync"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/synonyms",
|
"name": "drupal/synonyms",
|
||||||
"version": "2.1.1",
|
"version": "2.1.1",
|
||||||
|
|
|
@ -91,6 +91,7 @@ module:
|
||||||
search_api_db: 0
|
search_api_db: 0
|
||||||
smart_trim: 0
|
smart_trim: 0
|
||||||
smtp: 0
|
smtp: 0
|
||||||
|
structure_sync: 0
|
||||||
system: 0
|
system: 0
|
||||||
taxonomy: 0
|
taxonomy: 0
|
||||||
telephone: 0
|
telephone: 0
|
||||||
|
|
|
@ -1,38 +0,0 @@
|
||||||
_core:
|
|
||||||
default_config_hash: YGueb7ImKHSG1RRmIB1iqPHVGXTmI2yvCcB-RX7FPeY
|
|
||||||
site_id: ''
|
|
||||||
url_http: ''
|
|
||||||
url_https: ''
|
|
||||||
domain_mode: 0
|
|
||||||
visibility:
|
|
||||||
request_path_mode: 0
|
|
||||||
request_path_pages: |-
|
|
||||||
/admin
|
|
||||||
/admin/*
|
|
||||||
/batch
|
|
||||||
/node/add*
|
|
||||||
/node/*/*
|
|
||||||
/user/*/*
|
|
||||||
user_role_mode: 0
|
|
||||||
user_role_roles: { }
|
|
||||||
user_account_mode: 1
|
|
||||||
track:
|
|
||||||
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
|
|
||||||
userid: false
|
|
||||||
messages: { }
|
|
||||||
site_search: false
|
|
||||||
privacy:
|
|
||||||
donottrack: true
|
|
||||||
custom:
|
|
||||||
variable: { }
|
|
||||||
codesnippet:
|
|
||||||
before: ''
|
|
||||||
after: ''
|
|
||||||
translation_set: false
|
|
||||||
cache: false
|
|
||||||
page_title_hierarchy: false
|
|
||||||
page_title_hierarchy_exclude_home: true
|
|
||||||
langcode: fr
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
menus: { }
|
||||||
|
log: 1
|
Loading…
Reference in New Issue