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

15 lines
393 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 contacts nav is selected",
"name": "Contact/Contact Nav Content",
"props": {
"condition": "$store.isEditingContact",
"thenComponent": {
"_component": "Contact/Contact Form"
},
"elseComponent": {
"_component": "Contact/Contact homepage"
}
}
}