2019-10-18 18:32:03 +02:00
|
|
|
{
|
|
|
|
"inherits": "@budibase/standard-components/div",
|
|
|
|
"name": "Contact/Contact homepage",
|
|
|
|
"props": {
|
2019-10-19 08:24:20 +02:00
|
|
|
"className": "d-flex flex-column h-100",
|
2019-10-18 18:32:03 +02:00
|
|
|
"children": [
|
|
|
|
{
|
|
|
|
"component": {
|
|
|
|
"_component": "Contact/homepage buttons"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"component": {
|
|
|
|
"_component": "all_contacts Table"
|
2019-10-19 08:24:20 +02:00
|
|
|
},
|
|
|
|
"className": "flex-gow-1 overflow-auto"
|
2019-10-18 18:32:03 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"onLoad": [
|
|
|
|
{
|
|
|
|
"##eventHandlerType": "Set State",
|
|
|
|
"parameters": {
|
|
|
|
"path": "isEditingContact",
|
|
|
|
"value": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"##eventHandlerType": "List Records",
|
|
|
|
"parameters": {
|
|
|
|
"statePath": "/all_contacts",
|
|
|
|
"indexKey": "/all_contacts"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|