Commit 33458fc0 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Add sample for string with text area

parent 96cf3b60
Pipeline #21441 passed with stage
in 0 seconds
...@@ -20,6 +20,13 @@ ...@@ -20,6 +20,13 @@
"simple string C" "simple string C"
], ],
"default": "simple string A" "default": "simple string A"
},
"simple-string-with-text-area": {
"title": "Example of Simple String with textarea",
"description": "Example of Simple String with text area",
"type": "string",
"default": "Simple string",
"textarea": true
}, },
"simple-integer": { "simple-integer": {
"title": "Example of Simple Integer", "title": "Example of Simple Integer",
......
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