Merge branch 'feature/binding-interface' of github.com:Budibase/budibase into feature/binding-interface-frontend
This commit is contained in:
commit
99981bea79
|
@ -131,6 +131,7 @@
|
|||
},
|
||||
"select": {
|
||||
"name": "Select",
|
||||
"bindable": "value",
|
||||
"description": "An HTML <select> (dropdown)",
|
||||
"props": {
|
||||
"value": "string",
|
||||
|
@ -174,6 +175,7 @@
|
|||
},
|
||||
"checkbox": {
|
||||
"name": "Checkbox",
|
||||
"bindable": "value",
|
||||
"description": "A selectable checkbox component",
|
||||
"props": {
|
||||
"label": "string",
|
||||
|
@ -184,6 +186,7 @@
|
|||
},
|
||||
"radiobutton": {
|
||||
"name": "Radiobutton",
|
||||
"bindable": "value",
|
||||
"description": "A selectable radiobutton component",
|
||||
"props": {
|
||||
"label": "string",
|
||||
|
@ -248,6 +251,7 @@
|
|||
},
|
||||
"list": {
|
||||
"description": "A configurable data list that attaches to your backend models.",
|
||||
"context": "model",
|
||||
"data": true,
|
||||
"props": {
|
||||
"model": "models"
|
||||
|
@ -267,6 +271,7 @@
|
|||
},
|
||||
"recorddetail": {
|
||||
"description": "Loads a record, using an ID in the url",
|
||||
"context": "model",
|
||||
"data": true,
|
||||
"props": {
|
||||
"model": "models"
|
||||
|
|
Loading…
Reference in New Issue