From 4ec10999251d7cf9ca932db0fd2219fc3e011cab Mon Sep 17 00:00:00 2001 From: Josako Date: Wed, 22 Oct 2025 09:57:09 +0200 Subject: [PATCH] - Changes to PROFESSIONAL_CONTACT_FORM - Introducing first user action SHARE_PROFESSIONAL_CONTACT_FORM --- .../globals/PROFESSIONAL_CONTACT_FORM/1.0.0.yaml | 10 ---------- .../globals/SHARE_PROFESSIONAL_CONTACT_DATA/1.0.0.yaml | 9 +++++++++ 2 files changed, 9 insertions(+), 10 deletions(-) create mode 100644 config/user_actions/globals/SHARE_PROFESSIONAL_CONTACT_DATA/1.0.0.yaml diff --git a/config/specialist_forms/globals/PROFESSIONAL_CONTACT_FORM/1.0.0.yaml b/config/specialist_forms/globals/PROFESSIONAL_CONTACT_FORM/1.0.0.yaml index d1c9409..68cd20b 100644 --- a/config/specialist_forms/globals/PROFESSIONAL_CONTACT_FORM/1.0.0.yaml +++ b/config/specialist_forms/globals/PROFESSIONAL_CONTACT_FORM/1.0.0.yaml @@ -28,16 +28,6 @@ fields: type: "str" description: "Job Title" required: false - address: - name: "Address" - type: "str" - description: "Your Address" - required: false - zip: - name: "Postal Code" - type: "str" - description: "Postal Code" - required: false city: name: "City" type: "str" diff --git a/config/user_actions/globals/SHARE_PROFESSIONAL_CONTACT_DATA/1.0.0.yaml b/config/user_actions/globals/SHARE_PROFESSIONAL_CONTACT_DATA/1.0.0.yaml new file mode 100644 index 0000000..f3049b3 --- /dev/null +++ b/config/user_actions/globals/SHARE_PROFESSIONAL_CONTACT_DATA/1.0.0.yaml @@ -0,0 +1,9 @@ +type: "SHARE_PROFESSIONAL_CONTACT_DATA" +version: "1.0.0" +name: "Share Professional Contact Data" +icon: "account_circle" +title: "Share Contact Data" +action_type: "specialist_form" +configuration: + specialist_form_name: "PROFESSIONAL_CONTACT_FORM" + specialist_form_version: "1.0.0"