blob: cb3f1c8f7882166bd09a527d8d4470aeac72d449 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"component": "textfield",
"module": "montage/ui/textfield.reel",
"name": "Textfield",
"properties": [
{
"name": "value",
"type": "string",
"default": ""
}
]
}
|