mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 04:40:32 +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",
|
"title": "@alifd/next",
|
||||||
"docUrl": "",
|
"docUrl": "",
|
||||||
"screenshot": "",
|
"screenshot": "",
|
||||||
@ -12479,7 +12479,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"componentName": "Field",
|
"componentName": "Form.Item",
|
||||||
"title": "表单辅助工具",
|
"title": "表单辅助工具",
|
||||||
"icon": "",
|
"icon": "",
|
||||||
"package": "@alife/next",
|
"package": "@alife/next",
|
||||||
@ -12489,7 +12489,7 @@
|
|||||||
"title": "表单辅助工具",
|
"title": "表单辅助工具",
|
||||||
"screenshot": "",
|
"screenshot": "",
|
||||||
"schema": {
|
"schema": {
|
||||||
"componentName": "Field",
|
"componentName": "Form.Item",
|
||||||
"props": {}
|
"props": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -49,7 +49,7 @@
|
|||||||
"initValue": "李雷"
|
"initValue": "李雷"
|
||||||
},
|
},
|
||||||
"children": [{
|
"children": [{
|
||||||
"componentName": "From.Input",
|
"componentName": "Input",
|
||||||
"props": {
|
"props": {
|
||||||
"placeholder": "请输入",
|
"placeholder": "请输入",
|
||||||
"size": "medium",
|
"size": "medium",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user