Skip to content

Commit

Permalink
Setup store
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomplus-bot committed May 31, 2024
1 parent 83f5ba3 commit c44e035
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions content/settings.json
Original file line number Diff line number Diff line change
@@ -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": "_"
}

0 comments on commit c44e035

Please sign in to comment.