1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

Merge branch 'feature/binding-interface' of github.com:Budibase/budibase into feature/binding-interface-frontend

This commit is contained in:
kevmodrome 2020-08-12 17:31:05 +02:00
commit 18691f8243
No known key found for this signature in database
GPG key ID: E8F9CD141E63BF38

View file

@ -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"