added configured pwa module
This commit is contained in:
@@ -148,6 +148,7 @@ module:
|
||||
printable: 0
|
||||
printable_pdf: 0
|
||||
profile: 0
|
||||
pwa: 0
|
||||
recurring_period: 0
|
||||
redirect: 0
|
||||
redis: 0
|
||||
|
3
config/sync/language/fr/pwa.config.yml
Normal file
3
config/sync/language/fr/pwa.config.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
description: 'L''inspiration par la matière'
|
||||
lang: fr
|
||||
urls_to_cache: "/fr/pricing\r\n/fr/blabla\r\n/fr/base\r\n/fr/showrooms"
|
20
config/sync/pwa.config.yml
Normal file
20
config/sync/pwa.config.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
site_name: materiO’
|
||||
short_name: materiO’
|
||||
description: 'The material library your projects deserve'
|
||||
start_url: /
|
||||
lang: en
|
||||
theme_color: '#ffffff'
|
||||
background_color: '#ffffff'
|
||||
display: fullscreen
|
||||
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: '1'
|
||||
cross_origin: false
|
||||
skip_waiting: false
|
||||
_core:
|
||||
default_config_hash: cP1TZQyv1WdET3iepl2QoyOPK7VeO0xHm0lU_FU1Wmc
|
||||
image: /sites/default/files/pwa/PWA-icon.png
|
||||
image_small: /sites/default/files/pwa/PWA-icon.pngcopy.png
|
||||
image_very_small: /sites/default/files/pwa/PWA-icon.pngcopy2.png
|
@@ -12,6 +12,7 @@ permissions:
|
||||
- 'access checkout'
|
||||
- 'access content'
|
||||
- 'access kint'
|
||||
- 'access pwa'
|
||||
- 'access synonyms entity autocomplete'
|
||||
- 'access webprofiler'
|
||||
- 'create corpus_documents workflow_transition'
|
||||
|
Reference in New Issue
Block a user