条件エディタ追加
This commit is contained in:
14
sample.json
14
sample.json
@@ -5,16 +5,20 @@
|
||||
"displayName": "フィールド",
|
||||
"modelValue": {},
|
||||
"name": "field",
|
||||
"placeholder": "必須項目を選択してください"
|
||||
"placeholder": "対象項目を選択してください"
|
||||
}
|
||||
},
|
||||
{
|
||||
"component": "MuiltInputText",
|
||||
"component": "SelectBox",
|
||||
"props": {
|
||||
"displayName": "エラーメッセージ",
|
||||
"displayName": "表示/非表示",
|
||||
"options":[
|
||||
"表示",
|
||||
"非表示"
|
||||
],
|
||||
"modelValue": "",
|
||||
"name": "message",
|
||||
"placeholder": "エラーメッセージを入力してください"
|
||||
"name": "show",
|
||||
"placeholder": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user