1
0
Fork 0
mirror of synced 2024-08-04 12:51:47 +12:00
budibase/packages/server/appPackages/testApp2/components/Contact/Contact Nav Content.json
2019-10-18 17:32:03 +01:00

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