Skip to content

Commit

Permalink
Merged in KAZ-257 (pull request 2600hz#12)
Browse files Browse the repository at this point in the history
[KAZ-257] Default number features to false
  • Loading branch information
BorigTheDwarf committed Mar 4, 2016
2 parents 8603e16 + f8f89f5 commit 9a68f65
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions applications/crossbar/priv/couchdb/schemas/accounts.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,24 @@
"name": "Default Timezone",
"required": false,
"type": "string"
},
"numbers_features": {
"type": "object",
"name": "Number Features",
"default": {
"e911_enabled": false,
"cnam_enabled": false
},
"properties": {
"e911_enabled": {
"default": "false",
"type": "boolean"
},
"cnam_enabled": {
"default": "false",
"type": "boolean"
}
}
}
},
"required": true,
Expand Down

0 comments on commit 9a68f65

Please sign in to comment.