duration notStorable
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user