mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-03-19 15:01:06 +08:00
fix(blocksAntd): update shcema label
This commit is contained in:
parent
c3253b0b7a
commit
13d8759083
@ -78,21 +78,20 @@
|
||||
"type": "number",
|
||||
"description": "Label inline span."
|
||||
},
|
||||
"inline": {
|
||||
"type": "boolean",
|
||||
"defaultValue": false,
|
||||
"description": "Render input and label inline."
|
||||
},
|
||||
"disabled": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"description": "Disable the block if true."
|
||||
"description": "Hide input label."
|
||||
},
|
||||
"hasFeedback": {
|
||||
"type": "boolean",
|
||||
"defaultValue": true,
|
||||
"description": "Display feedback extra from validation, this does not disable validation."
|
||||
},
|
||||
"inline": {
|
||||
"type": "boolean",
|
||||
"defaultValue": false,
|
||||
"description": "Render input and label inline."
|
||||
},
|
||||
"extraStyle": {
|
||||
"type": "object",
|
||||
"description": "Css style to applied to label extra."
|
||||
|
Loading…
x
Reference in New Issue
Block a user