updated M & P modules
This commit is contained in:
parent
5da3c996e4
commit
f90549820f
|
@ -124,6 +124,7 @@
|
||||||
"drupal/mailjet": "3.0.x-dev@dev",
|
"drupal/mailjet": "3.0.x-dev@dev",
|
||||||
"drupal/mailsystem": "^4.1",
|
"drupal/mailsystem": "^4.1",
|
||||||
"drupal/masquerade": "^2.x-dev@dev",
|
"drupal/masquerade": "^2.x-dev@dev",
|
||||||
|
"drupal/maxlength": "^2.1",
|
||||||
"drupal/migrate_plus": "^5.x-dev@dev",
|
"drupal/migrate_plus": "^5.x-dev@dev",
|
||||||
"drupal/migrate_tools": "^5.x-dev@dev",
|
"drupal/migrate_tools": "^5.x-dev@dev",
|
||||||
"drupal/mimemail": "^1.x-dev",
|
"drupal/mimemail": "^1.x-dev",
|
||||||
|
@ -131,11 +132,11 @@
|
||||||
"drupal/pagerer": "^2.3",
|
"drupal/pagerer": "^2.3",
|
||||||
"drupal/password_policy": "^4.0",
|
"drupal/password_policy": "^4.0",
|
||||||
"drupal/payment": "^2.1",
|
"drupal/payment": "^2.1",
|
||||||
"drupal/pdf_api": "^2.3",
|
"drupal/pdf_api": "^2.4",
|
||||||
"drupal/permissions_filter": "^1.1",
|
"drupal/permissions_filter": "^1.1",
|
||||||
"drupal/printable": "^2.0",
|
"drupal/printable": "^3.1",
|
||||||
"drupal/profile": "1.x-dev@dev",
|
"drupal/profile": "1.x-dev@dev",
|
||||||
"drupal/pwa": "^1.5",
|
"drupal/pwa": "^2.1@beta",
|
||||||
"drupal/recurring_period": "^1.0",
|
"drupal/recurring_period": "^1.0",
|
||||||
"drupal/redirect": "^1.x-dev@dev",
|
"drupal/redirect": "^1.x-dev@dev",
|
||||||
"drupal/redis": "^1.5",
|
"drupal/redis": "^1.5",
|
||||||
|
@ -282,7 +283,7 @@
|
||||||
"remove flag hooks to allow site to be accessible again https://www.drupal.org/project/flag/issues/3200806": "./patches/flag-commenthooks.patch"
|
"remove flag hooks to allow site to be accessible again https://www.drupal.org/project/flag/issues/3200806": "./patches/flag-commenthooks.patch"
|
||||||
},
|
},
|
||||||
"drupal/pwa": {
|
"drupal/pwa": {
|
||||||
"Manifest doesn't have a maskable icon https://www.drupal.org/project/pwa/issues/3165433": "https://www.drupal.org/files/issues/2020-08-26/pwa_icon_purpose-3165433-9.patch"
|
"Manifest doesn't have a maskable icon https://www.drupal.org/project/pwa/issues/3165433": "https://www.drupal.org/files/issues/2024-03-10/manifest-doesnt-have-a-maskable-icon-error-3165433-20.patch"
|
||||||
},
|
},
|
||||||
"drupal/term_reference_tree": {
|
"drupal/term_reference_tree": {
|
||||||
"Term Reference Tree: Re-implement Track List https://www.drupal.org/project/term_reference_tree/issues/3064280": "https://www.drupal.org/files/issues/2022-02-07/3064280_bring_back_tracklist-16.patch"
|
"Term Reference Tree: Re-implement Track List https://www.drupal.org/project/term_reference_tree/issues/3064280": "https://www.drupal.org/files/issues/2022-02-07/3064280_bring_back_tracklist-16.patch"
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -166,6 +166,7 @@ module:
|
||||||
profile: 0
|
profile: 0
|
||||||
pwa: 0
|
pwa: 0
|
||||||
pwa_extras: 0
|
pwa_extras: 0
|
||||||
|
pwa_service_worker: 0
|
||||||
recurring_period: 0
|
recurring_period: 0
|
||||||
redirect: 0
|
redirect: 0
|
||||||
redis: 0
|
redis: 0
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
description: 'L''inspiration par la matière'
|
description: 'L''inspiration par la matière'
|
||||||
urls_to_cache: "/fr/pricing\r\n/fr/blabla\r\n/fr/base\r\n/fr/showrooms"
|
|
||||||
start_url: /
|
|
||||||
lang: fr
|
lang: fr
|
||||||
cache_version: '1'
|
start_url: /
|
||||||
|
scope: /
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: EKYCulG-Y3pcObfUpVbl-D9T5DDX6d4hpQ-BVlSBAmw
|
default_config_hash: EKYCulG-Y3pcObfUpVbl-D9T5DDX6d4hpQ-BVlSBAmw
|
||||||
scheme_whitelist:
|
scheme_allow_list:
|
||||||
- http
|
- http
|
||||||
- https
|
- https
|
||||||
- files
|
- files
|
||||||
- internal
|
- internal
|
||||||
protocol_style: full
|
protocol_style: full
|
||||||
local_paths: ''
|
local_paths: ''
|
||||||
|
keep_language_prefix: false
|
||||||
|
|
|
@ -0,0 +1,21 @@
|
||||||
|
defaultFont: serif
|
||||||
|
dpi: 96
|
||||||
|
fontHeightRatio: 1.1
|
||||||
|
pdfBackend: CPDF
|
||||||
|
pdflibLicense: ''
|
||||||
|
isPhpEnabled: false
|
||||||
|
isRemoteEnabled: true
|
||||||
|
isJavascriptEnabled: true
|
||||||
|
chroot:
|
||||||
|
- .
|
||||||
|
fontDir: 'temporary://'
|
||||||
|
fontCache: 'temporary://'
|
||||||
|
tempDir: 'temporary://'
|
||||||
|
debugPng: false
|
||||||
|
debugKeepTemp: false
|
||||||
|
debugCss: false
|
||||||
|
debugLayout: false
|
||||||
|
debugLayoutLines: true
|
||||||
|
debugLayoutBlocks: true
|
||||||
|
debugLayoutInline: true
|
||||||
|
debugLayoutPaddingBox: true
|
File diff suppressed because it is too large
Load Diff
|
@ -1,20 +1,25 @@
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: cP1TZQyv1WdET3iepl2QoyOPK7VeO0xHm0lU_FU1Wmc
|
default_config_hash: cP1TZQyv1WdET3iepl2QoyOPK7VeO0xHm0lU_FU1Wmc
|
||||||
site_name: materiO
|
name: materiO
|
||||||
short_name: materiO
|
short_name: materiO
|
||||||
description: 'The material library your projects deserve'
|
description: 'The material library your projects deserve'
|
||||||
start_url: /
|
start_url: /
|
||||||
|
scope: /
|
||||||
lang: fr
|
lang: fr
|
||||||
|
dir: auto
|
||||||
|
orientation: portrait
|
||||||
|
categories: { }
|
||||||
theme_color: '#ffffff'
|
theme_color: '#ffffff'
|
||||||
background_color: '#ffffff'
|
background_color: '#ffffff'
|
||||||
display: standalone
|
display: standalone
|
||||||
default_image: '0'
|
|
||||||
urls_to_cache: "/en/pricing\r\n/en/blabla\r\n/en/base\r\n/en/showrooms"
|
|
||||||
urls_to_exclude: "admin/.*\r\nuser/.*"
|
|
||||||
offline_page: /offline
|
|
||||||
cache_version: '3.1'
|
|
||||||
cross_origin: false
|
cross_origin: false
|
||||||
skip_waiting: false
|
image_fid: null
|
||||||
image: /sites/default/files/pwa/materiopwaicon.png
|
image_small_fid: null
|
||||||
image_small: /sites/default/files/pwa/materiopwaicon.pngcopy.png
|
image_very_small_fid: null
|
||||||
image_very_small: /sites/default/files/pwa/materiopwaicon.pngcopy2.png
|
manifest_path_mode: all_except_listed
|
||||||
|
manifest_paths: |-
|
||||||
|
/admin
|
||||||
|
/admin/*
|
||||||
|
/batch
|
||||||
|
/node/add*
|
||||||
|
/node/*/*
|
|
@ -0,0 +1,7 @@
|
||||||
|
_core:
|
||||||
|
default_config_hash: hbRa0Aq228bV5le62OUn5se9xY8yPa-D0FRSHLHkHL4
|
||||||
|
urls_to_cache: "/en/pricing\r\n/en/blabla\r\n/en/base\r\n/en/showrooms"
|
||||||
|
urls_to_exclude: "admin/.*\r\nuser/.*"
|
||||||
|
offline_page: /offline
|
||||||
|
cache_version: '1'
|
||||||
|
skip_waiting: false
|
|
@ -14,6 +14,7 @@ dependencies:
|
||||||
- field_permissions
|
- field_permissions
|
||||||
- filter
|
- filter
|
||||||
- graphql
|
- graphql
|
||||||
|
- pwa
|
||||||
- rest
|
- rest
|
||||||
- simplenews
|
- simplenews
|
||||||
- synonyms_autocomplete
|
- synonyms_autocomplete
|
||||||
|
@ -28,6 +29,7 @@ is_admin: false
|
||||||
permissions:
|
permissions:
|
||||||
- 'access checkout'
|
- 'access checkout'
|
||||||
- 'access content'
|
- 'access content'
|
||||||
|
- 'access pwa'
|
||||||
- 'access synonyms entity autocomplete'
|
- 'access synonyms entity autocomplete'
|
||||||
- 'create migration workflow_transition'
|
- 'create migration workflow_transition'
|
||||||
- 'create workflow workflow_transition'
|
- 'create workflow workflow_transition'
|
||||||
|
|
|
@ -18,6 +18,7 @@ dependencies:
|
||||||
- graphql
|
- graphql
|
||||||
- materio_flag
|
- materio_flag
|
||||||
- profile
|
- profile
|
||||||
|
- pwa
|
||||||
- rest
|
- rest
|
||||||
- simplenews
|
- simplenews
|
||||||
- synonyms_autocomplete
|
- synonyms_autocomplete
|
||||||
|
@ -33,6 +34,7 @@ is_admin: false
|
||||||
permissions:
|
permissions:
|
||||||
- 'access checkout'
|
- 'access checkout'
|
||||||
- 'access content'
|
- 'access content'
|
||||||
|
- 'access pwa'
|
||||||
- 'access synonyms entity autocomplete'
|
- 'access synonyms entity autocomplete'
|
||||||
- 'add user_history entities'
|
- 'add user_history entities'
|
||||||
- 'create workflow workflow_transition'
|
- 'create workflow workflow_transition'
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 8ab64cf24bae8878b64c865c2b787bd2d7101efc
|
Subproject commit 9f0cf9a59aeadc1c8f76b3d3141e3041adb758d9
|
Loading…
Reference in New Issue