Skip to content

Commit

Permalink
Remove addresses from settings
Browse files Browse the repository at this point in the history
  • Loading branch information
salesfelipe committed Nov 11, 2019
1 parent 730c79a commit b581a68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 45 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
46 changes: 1 addition & 45 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit b581a68

Please sign in to comment.