mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-27 20:30:28 +00:00
update schema
This commit is contained in:
parent
439d4551b2
commit
fd7f6266a6
@ -4802,7 +4802,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"componentName": "From.Error",
|
||||
"componentName": "Form.Error",
|
||||
"title": "@alifd/next",
|
||||
"docUrl": "",
|
||||
"screenshot": "",
|
||||
@ -12479,7 +12479,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"componentName": "Field",
|
||||
"componentName": "Form.Item",
|
||||
"title": "表单辅助工具",
|
||||
"icon": "",
|
||||
"package": "@alife/next",
|
||||
@ -12489,7 +12489,7 @@
|
||||
"title": "表单辅助工具",
|
||||
"screenshot": "",
|
||||
"schema": {
|
||||
"componentName": "Field",
|
||||
"componentName": "Form.Item",
|
||||
"props": {}
|
||||
}
|
||||
}
|
||||
|
||||
@ -49,7 +49,7 @@
|
||||
"initValue": "李雷"
|
||||
},
|
||||
"children": [{
|
||||
"componentName": "From.Input",
|
||||
"componentName": "Input",
|
||||
"props": {
|
||||
"placeholder": "请输入",
|
||||
"size": "medium",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user