Commit 41124f61 authored by Rafael Monnerat's avatar Rafael Monnerat

simpledemo: Use number rather them numeric

parent f08be7d5
...@@ -50,13 +50,13 @@ ...@@ -50,13 +50,13 @@
"simple-numeric-integer": { "simple-numeric-integer": {
"title": "Example of Simple Numeric as integer", "title": "Example of Simple Numeric as integer",
"description": "Example of Simple Numeric as Interger", "description": "Example of Simple Numeric as Interger",
"type": "numeric", "type": "number",
"default": 1 "default": 1
}, },
"simple-numeric-float": { "simple-numeric-float": {
"title": "Example of Simple Numeric as float", "title": "Example of Simple Numeric as float",
"description": "Example of Simple Numeric as float", "description": "Example of Simple Numeric as float",
"type": "numeric", "type": "number",
"default": 1.5 "default": 1.5
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment