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