From ef0156f48c145779241493beb22b4538079745ed Mon Sep 17 00:00:00 2001 From: Joe <49767913+joebudi@users.noreply.github.com> Date: Thu, 22 Feb 2024 13:07:43 +0000 Subject: [PATCH] Create definition.json --- templates/app/visitor-management-form/definition.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 templates/app/visitor-management-form/definition.json diff --git a/templates/app/visitor-management-form/definition.json b/templates/app/visitor-management-form/definition.json new file mode 100644 index 0000000..d02fccf --- /dev/null +++ b/templates/app/visitor-management-form/definition.json @@ -0,0 +1,9 @@ +{ + "name": "Visitor check-in form", + "category": "Forms", + "description": "A simple form/app that allows visitors to check-in and check-out. A great starting + point for building a visitor management app", + "icon": "Form", + "background": "#20a3a8", + "url": "https://budibase.com/forms" +}