15 lines
393 B
JSON
15 lines
393 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|