We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4819297 commit 10106eeCopy full SHA for 10106ee
2 files changed
CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
## [Unreleased]
9
+### Changed
10
+- Make settings vary by binding.
11
12
## [2.96.2] - 2020-06-22
13
### Fixed
manifest.json
@@ -39,6 +39,7 @@
39
"settingsSchema": {
40
"title": "VTEX Store",
41
"type": "object",
42
+ "bindingBounded": true,
43
"properties": {
44
"storeName": {
45
"title": "Store Name",
0 commit comments