budibase/packages/server/appPackages/testApp2/components/customer/customer Nav Content.json

15 lines
401 B
JSON
Raw Normal View History

2019-10-18 18:32:03 +02:00
{
"inherits": "@budibase/standard-components/if",
"description": "the component that gets displayed when the customers nav is selected",
"name": "customer/customer Nav Content",
"props": {
"condition": "$store.isEditingcustomer",
"thenComponent": {
"_component": "customer/customer Form"
},
"elseComponent": {
"_component": "customer/customer homepage"
}
}
}