make options partially supported like strings
This commit is contained in:
parent
30449ee65b
commit
deca9d4e6c
|
@ -1639,6 +1639,7 @@
|
|||
"supported": ["number", "boolean"],
|
||||
"partialSupport": [
|
||||
{ "type": "string", "message": "stringAsNumber" },
|
||||
{ "type": "options", "message": "stringAsNumber" },
|
||||
{ "type": "datetime", "message": "dateAsNumber"}
|
||||
],
|
||||
"unsupported": [
|
||||
|
|
Loading…
Reference in New Issue