duration notStorable

This commit is contained in:
yuri
2016-02-24 17:51:13 +02:00
parent 98de243e37
commit ab36f41fc3
2 changed files with 4 additions and 2 deletions
@@ -31,7 +31,8 @@
"start": "dateStart",
"end": "dateEnd",
"options": [300, 600, 900, 1800, 2700, 3600, 7200],
"default": 300
"default": 300,
"notStorable": true
},
"reminders": {
"type": "jsonArray",
@@ -31,7 +31,8 @@
"start": "dateStart",
"end": "dateEnd",
"options": [900, 1800, 3600, 7200, 10800, 86400],
"default": 3600
"default": 3600,
"notStorable": true
},
"reminders": {
"type": "jsonArray",