From e4dcbbccec5c24877e3a8865bf05d0ea047107fb Mon Sep 17 00:00:00 2001 From: bach Date: Fri, 9 Jul 2021 11:58:56 +0200 Subject: [PATCH] reverted previous commit --- .../sync/config_split.config_split.prod.yml | 2 -- .../sync/config_split.config_split.stage.yml | 2 -- config/sync/core.extension.yml | 2 ++ config/sync/language/fr/pwa.config.yml | 5 ++++ config/sync/pwa.config.yml | 20 ++++++++++++++++ config/sync/pwa_extras.settings.apple.yml | 23 +++++++++++++++++++ 6 files changed, 50 insertions(+), 4 deletions(-) create mode 100644 config/sync/language/fr/pwa.config.yml create mode 100644 config/sync/pwa.config.yml create mode 100644 config/sync/pwa_extras.settings.apple.yml diff --git a/config/sync/config_split.config_split.prod.yml b/config/sync/config_split.config_split.prod.yml index 2f61b4ec..9a38c23c 100644 --- a/config/sync/config_split.config_split.prod.yml +++ b/config/sync/config_split.config_split.prod.yml @@ -8,8 +8,6 @@ description: '' folder: ../config/prod module: matomo: 0 - pwa: 0 - pwa_extras: 0 theme: { } blacklist: { } graylist: { } diff --git a/config/sync/config_split.config_split.stage.yml b/config/sync/config_split.config_split.stage.yml index ae8f5ed6..78a0f6c4 100644 --- a/config/sync/config_split.config_split.stage.yml +++ b/config/sync/config_split.config_split.stage.yml @@ -9,8 +9,6 @@ folder: '' module: devel: 0 devel_generate: 0 - pwa: 0 - pwa_extras: 0 theme: { } blacklist: { } graylist: { } diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 6fa6ef1d..bf985fd0 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -150,6 +150,8 @@ module: printable: 0 printable_pdf: 0 profile: 0 + pwa: 0 + pwa_extras: 0 recurring_period: 0 redirect: 0 redis: 0 diff --git a/config/sync/language/fr/pwa.config.yml b/config/sync/language/fr/pwa.config.yml new file mode 100644 index 00000000..ca87d136 --- /dev/null +++ b/config/sync/language/fr/pwa.config.yml @@ -0,0 +1,5 @@ +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' diff --git a/config/sync/pwa.config.yml b/config/sync/pwa.config.yml new file mode 100644 index 00000000..c858d5a1 --- /dev/null +++ b/config/sync/pwa.config.yml @@ -0,0 +1,20 @@ +site_name: materiO +short_name: materiO +description: 'The material library your projects deserve' +start_url: / +lang: fr +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: '1' +cross_origin: false +skip_waiting: true +_core: + default_config_hash: cP1TZQyv1WdET3iepl2QoyOPK7VeO0xHm0lU_FU1Wmc +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 diff --git a/config/sync/pwa_extras.settings.apple.yml b/config/sync/pwa_extras.settings.apple.yml new file mode 100644 index 00000000..1329f7ce --- /dev/null +++ b/config/sync/pwa_extras.settings.apple.yml @@ -0,0 +1,23 @@ +touch_icons: + touch-icon-default: touch-icon-default +meta_tags: + meta-capable: meta-capable + meta-status-bar-style: meta-status-bar-style +color_select: black_translucent +home_screen_icons: + iphone5-splash: iphone5-splash + iphone6-splash: iphone6-splash + iphoneplus-splash: iphoneplus-splash + iphonex-splash: iphonex-splash + iphonexr-splash: iphonexr-splash + iphonexsmax-splash: iphonexsmax-splash + ipad-splash: ipad-splash + ipadpro1-splash: ipadpro1-splash + ipadpro2-splash: ipadpro2-splash + ipadpro3-splash: ipadpro3-splash +dependencies: + enforced: + module: + - pwa_extras +_core: + default_config_hash: TOeFdF8Tjq2HqBmUgrTH06d7ZpY5qNLHZTLPIaCVsEk