- Introduction of preferred contact time form
- Logging asset usage in TRAICIE_SELECTION_SPECIALIST
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
type: "CONTACT_TIME_PREFERENCES_SIMPLE"
|
||||
version: "1.0.0"
|
||||
name: "Contact Time Preferences"
|
||||
icon: "calendar_month"
|
||||
fields:
|
||||
early:
|
||||
name: "Early in the morning"
|
||||
description: "Contact me early in the morning"
|
||||
type: "boolean"
|
||||
required: false
|
||||
# It is possible to also add a field 'context'. It allows you to provide an elaborate piece of information.
|
||||
late_morning:
|
||||
name: "During the morning"
|
||||
description: "Contact me during the morning"
|
||||
type: "boolean"
|
||||
required: false
|
||||
afternoon:
|
||||
name: "In the afternoon"
|
||||
description: "Contact me in the afternoon"
|
||||
type: "boolean"
|
||||
required: false
|
||||
evening:
|
||||
name: "In the evening"
|
||||
description: "Contact me in the evening"
|
||||
type: "boolean"
|
||||
required: false
|
||||
other:
|
||||
name: "Other"
|
||||
description: "Specify your preferred contact moment"
|
||||
type: "string"
|
||||
required: false
|
||||
metadata:
|
||||
author: "Josako"
|
||||
date_added: "2025-07-22"
|
||||
changes: "Initial Version"
|
||||
description: "Simple Contact Time Preferences Form"
|
||||
@@ -8,4 +8,8 @@ SPECIALIST_FORM_TYPES = {
|
||||
"name": "Professional Contact Form",
|
||||
"description": "A form for entering your professional contact details",
|
||||
},
|
||||
"CONTACT_TIME_PREFERENCES_SIMPLE": {
|
||||
"name": "Contact Time Preferences Form",
|
||||
"description": "A form for entering contact time preferences",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user