From b581a68f99562ea5caeaa78c55c93b8f612f8b21 Mon Sep 17 00:00:00 2001 From: Felipe Sales Date: Mon, 11 Nov 2019 13:22:35 -0300 Subject: [PATCH] Remove addresses from settings --- CHANGELOG.md | 4 ++++ manifest.json | 46 +--------------------------------------------- 2 files changed, 5 insertions(+), 45 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index faea87f2..506a79e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - **de** translation. +### Removed + +- **addresses** from settings. + ## [0.29.5] - 2019-11-11 ### Changed diff --git a/manifest.json b/manifest.json index 3dd22e32..931ca0d9 100644 --- a/manifest.json +++ b/manifest.json @@ -4,9 +4,7 @@ "version": "0.29.5", "title": "My Account", "description": "User's my account page.", - "registries": [ - "smartcheckout" - ], + "registries": ["smartcheckout"], "dependencies": { "vtex.my-cards": "0.x", "vtex.my-orders-app": "2.x", @@ -44,48 +42,6 @@ } } }, - "addresses": { - "type": "object", - "title": "Addresses", - "properties": { - "useMap": { - "title": "Use Google Maps to fill address data", - "type": "boolean", - "default": false - } - }, - "dependencies": { - "useMap": { - "oneOf": [ - { - "properties": { - "useMap": { - "enum": [ - true - ] - }, - "apiKey": { - "title": "Your Google Maps API Key", - "type": "string" - } - }, - "required": [ - "apiKey" - ] - }, - { - "properties": { - "useMap": { - "enum": [ - false - ] - } - } - } - ] - } - } - }, "cards": { "type": "object", "title": "Cards",