33 lines
634 B
Plaintext
33 lines
634 B
Plaintext
{
|
|
"id": "{{id}}",
|
|
"type": "input",
|
|
"version": "1.0.0",
|
|
"metadata": {
|
|
"name": "{{name}}",
|
|
"description": "{{description}}",
|
|
"created": "{{timestamp}}",
|
|
"modified": "{{timestamp}}",
|
|
"tags": ["input", "{{screenContext}}"],
|
|
"category": "form",
|
|
"fidelity": "sketch"
|
|
},
|
|
"props": {
|
|
"placeholder": "{{placeholder}}",
|
|
"label": "{{label}}"
|
|
},
|
|
"behavior": {
|
|
"states": [
|
|
{"name": "default", "properties": {}}
|
|
],
|
|
"accessibility": {
|
|
"role": "textbox",
|
|
"focusable": true
|
|
}
|
|
},
|
|
"ascii": {
|
|
"templateFile": "{{id}}.md",
|
|
"width": 40,
|
|
"height": 3
|
|
}
|
|
}
|