enumInt and settings change

This commit is contained in:
Yuri Kuznetsov
2013-11-05 15:58:10 +02:00
parent fbb1fdb8fe
commit 9927a930c2
2 changed files with 6 additions and 9 deletions
@@ -34,7 +34,7 @@
"weekStart": {
"type": "enumInt",
"options": [0, 1],
"default": 1
"default": 0
},
"thousandSeparator": {
"type": "varchar",
@@ -97,11 +97,13 @@
},
"tabList": {
"type": "array",
"default": ["Account", "Contact", "Lead", "Opportunity", "Calendar", "Meeting", "Call", "Task", "Case", "Prospect"]
"default": ["Account", "Contact", "Lead", "Opportunity", "Calendar", "Meeting", "Call", "Task", "Case", "Prospect"],
"translation": "App.scopeNamesPlural"
},
"quickCreateList": {
"type": "array",
"default": ["Account", "Contact", "Lead", "Opportunity", "Meeting", "Call", "Task", "Case", "Prospect"]
"default": ["Account", "Contact", "Lead", "Opportunity", "Meeting", "Call", "Task", "Case", "Prospect"],
"translation": "App.scopeNames"
}
}
}
@@ -1,10 +1,5 @@
{
"params":[
{
"name":"required",
"type":"bool",
"default":false
},
"params":[
{
"name":"options",
"type":"array"