From b138c1ddf768f3e6e607ef2c39e3261a2001a315 Mon Sep 17 00:00:00 2001 From: Joao Fidelis Date: Thu, 25 Jun 2020 19:20:44 -0300 Subject: [PATCH] make settings vary by binding --- CHANGELOG.md | 2 ++ manifest.json | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73726b45..696b16c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Changed +- Make settings vary by binding. ## [2.99.1] - 2020-07-14 ### Fixed diff --git a/manifest.json b/manifest.json index afc351e4..2fb39f43 100644 --- a/manifest.json +++ b/manifest.json @@ -39,6 +39,7 @@ "settingsSchema": { "title": "VTEX Store", "type": "object", + "bindingBounded": true, "properties": { "storeName": { "title": "Store Name",