@ecomplus/widget-product 1.0.0-beta.138 → 1.0.0-beta.139

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.0.0-beta.139](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-product@1.0.0-beta.138...@ecomplus/widget-product@1.0.0-beta.139) (2023-01-25)
7
+
8
+ ### Features
9
+
10
+ - **components/product:** handle no price (upon request) products ([#857](https://github.com/ecomplus/storefront/issues/857)) ([b5eb947](https://github.com/ecomplus/storefront/commit/b5eb9478917336fc23b40ce714f0293e046e2272))
11
+
6
12
  # [1.0.0-beta.138](https://github.com/ecomplus/storefront/compare/@ecomplus/widget-product@1.0.0-beta.137...@ecomplus/widget-product@1.0.0-beta.138) (2023-01-20)
7
13
 
8
14
  **Note:** Version bump only for package @ecomplus/widget-product
package/cms.config.js CHANGED
@@ -99,6 +99,13 @@ export default () => ({
99
99
  default: 6,
100
100
  hint: 'Máximo de opções por grade (tamanho, cor...) que poderão ser listadas com botões, ' +
101
101
  'acima do máximo as opções serão listadas em um seletor'
102
+ },
103
+ {
104
+ label: 'Link para cotação de produto ou número do WhatsApp',
105
+ name: 'quoteInfo',
106
+ required: false,
107
+ widget: 'string',
108
+ hint: 'Link com "https://" ou número do telefone (apenas dígitos) com DDD'
102
109
  }
103
110
  ]
104
111
  }