24 lines
451 B
JSON
24 lines
451 B
JSON
[
|
|
{
|
|
"component": "FieldInput",
|
|
"props": {
|
|
"displayName": "フィールド",
|
|
"modelValue": {},
|
|
"name": "field",
|
|
"placeholder": "対象項目を選択してください"
|
|
}
|
|
},
|
|
{
|
|
"component": "SelectBox",
|
|
"props": {
|
|
"displayName": "表示/非表示",
|
|
"options":[
|
|
"表示",
|
|
"非表示"
|
|
],
|
|
"modelValue": "",
|
|
"name": "show",
|
|
"placeholder": ""
|
|
}
|
|
}
|
|
] |