updated M & P modules
This commit is contained in:
@@ -166,6 +166,7 @@ module:
|
||||
profile: 0
|
||||
pwa: 0
|
||||
pwa_extras: 0
|
||||
pwa_service_worker: 0
|
||||
recurring_period: 0
|
||||
redirect: 0
|
||||
redis: 0
|
||||
|
@@ -1,5 +1,4 @@
|
||||
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
|
||||
cache_version: '1'
|
||||
start_url: /
|
||||
scope: /
|
||||
|
@@ -1,9 +1,10 @@
|
||||
_core:
|
||||
default_config_hash: EKYCulG-Y3pcObfUpVbl-D9T5DDX6d4hpQ-BVlSBAmw
|
||||
scheme_whitelist:
|
||||
scheme_allow_list:
|
||||
- http
|
||||
- https
|
||||
- files
|
||||
- internal
|
||||
protocol_style: full
|
||||
local_paths: ''
|
||||
keep_language_prefix: false
|
||||
|
21
config/sync/pdf_api.dom_pdf.settings.yml
Normal file
21
config/sync/pdf_api.dom_pdf.settings.yml
Normal file
@@ -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:
|
||||
default_config_hash: cP1TZQyv1WdET3iepl2QoyOPK7VeO0xHm0lU_FU1Wmc
|
||||
site_name: materiO
|
||||
name: materiO
|
||||
short_name: materiO
|
||||
description: 'The material library your projects deserve'
|
||||
start_url: /
|
||||
scope: /
|
||||
lang: fr
|
||||
dir: auto
|
||||
orientation: portrait
|
||||
categories: { }
|
||||
theme_color: '#ffffff'
|
||||
background_color: '#ffffff'
|
||||
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
|
||||
skip_waiting: false
|
||||
image: /sites/default/files/pwa/materiopwaicon.png
|
||||
image_small: /sites/default/files/pwa/materiopwaicon.pngcopy.png
|
||||
image_very_small: /sites/default/files/pwa/materiopwaicon.pngcopy2.png
|
||||
image_fid: null
|
||||
image_small_fid: null
|
||||
image_very_small_fid: null
|
||||
manifest_path_mode: all_except_listed
|
||||
manifest_paths: |-
|
||||
/admin
|
||||
/admin/*
|
||||
/batch
|
||||
/node/add*
|
||||
/node/*/*
|
7
config/sync/pwa_service_worker.config.yml
Normal file
7
config/sync/pwa_service_worker.config.yml
Normal file
@@ -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
|
||||
- filter
|
||||
- graphql
|
||||
- pwa
|
||||
- rest
|
||||
- simplenews
|
||||
- synonyms_autocomplete
|
||||
@@ -28,6 +29,7 @@ is_admin: false
|
||||
permissions:
|
||||
- 'access checkout'
|
||||
- 'access content'
|
||||
- 'access pwa'
|
||||
- 'access synonyms entity autocomplete'
|
||||
- 'create migration workflow_transition'
|
||||
- 'create workflow workflow_transition'
|
||||
|
@@ -18,6 +18,7 @@ dependencies:
|
||||
- graphql
|
||||
- materio_flag
|
||||
- profile
|
||||
- pwa
|
||||
- rest
|
||||
- simplenews
|
||||
- synonyms_autocomplete
|
||||
@@ -33,6 +34,7 @@ is_admin: false
|
||||
permissions:
|
||||
- 'access checkout'
|
||||
- 'access content'
|
||||
- 'access pwa'
|
||||
- 'access synonyms entity autocomplete'
|
||||
- 'add user_history entities'
|
||||
- 'create workflow workflow_transition'
|
||||
|
Reference in New Issue
Block a user