From 779463a306da1a0a2b586c7a1622d5b36e8e3006 Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Thu, 21 Mar 2024 17:56:52 -0300 Subject: [PATCH] Update with @ecomplus/storefront-template v2.0.0-beta.252 --- content/widgets/martan.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 content/widgets/martan.json diff --git a/content/widgets/martan.json b/content/widgets/martan.json new file mode 100644 index 00000000..77ca52a4 --- /dev/null +++ b/content/widgets/martan.json @@ -0,0 +1,37 @@ +{ + "pkg": "@ecomplus/widget-martan", + "active": false, + "options": { + "store_id": "", + "web_id": "", + "widget_key": "", + "widget_rating": { + "is_enabled": false, + "font_size": 15, + "star_color": "#ff00bc", + "display": "always", + "search_page": false + }, + "widget_review": { + "is_enabled": false, + "title": "Avaliações dos Clientes", + "star_color": "#ff00bc", + "header_layout": "header-minimal", + "reviews_layout": "list-expanded" + }, + "widget_snippet": { + "border": true, + "border_color": "#eee", + "is_enabled": false, + "background_color": "#fff", + "text_color": "#0e0e0e", + "star_color": "#ff00bc" + } + }, + "headAppend": "src/append/head", + "bodyAppend": "src/append/body", + "productDescriptionAppend": "src/append/product-block", + "productCardSlots": "src/append/product-card-slots", + "productSlots": "src/append/product-slots", + "stampsAppend": "src/append/stamps" +}