From c44e035a0cb9fdf1a5d2d2a868849723b0772843 Mon Sep 17 00:00:00 2001 From: E-Com Plus Bot <60898417+ecomplus-bot@users.noreply.github.com> Date: Fri, 31 May 2024 14:26:51 -0300 Subject: [PATCH] Setup store --- content/settings.json | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/content/settings.json b/content/settings.json index c23eeefa..24b79105 100644 --- a/content/settings.json +++ b/content/settings.json @@ -1,26 +1,26 @@ { - "domain": "ecomplus-storefront.netlify.app", - "currency_symbol": "R$", - "primary_color": "", + "store_id": 51534, + "name": "valaciosnoivas", + "domain": "valaciosnoivas.netlify.app", + "short_name": "valaciosnoivas", + "description": "valaciosnoivas", + "primary_color": "#222831", + "secondary_color": "#393e46", + "bg_color": "#ffffff", "theme": { "bootswatch": "_", "custom": "_" }, - "icons_font": "_", - "font_family": "_", - "bg_color": "#ffffff", - "repository": "", "logo": "/img/uploads/logo.png", - "name": "My Shop", - "short_name": "My Shop", - "lang": "pt_br", - "currency": "BRL", "mini_logo": "", + "icon": "/img/icon.png", + "large_icon": "/img/large-icon.png", "favicon": "/img/uploads/favicon.png", + "lang": "pt_br", + "currency": "BRL", + "currency_symbol": "R$", "country_code": "BR", - "secondary_color": "", - "icon": "/img/icon.png", - "store_id": 1052, - "description": "My PWA Shop", - "large_icon": "/img/large-icon.png" + "repository": "ecomplus-stores/valaciosnoivas", + "icons_font": "_", + "font_family": "_" } \ No newline at end of file