(Object, Component<Date>). Used as a kitchen sink Date component with optional Calendar support if need be. Please note that Calendar support is not included with release v1.0 of Vercengen at the moment.
The companion Object, Component<DateLength> is used to either set a date domain (length of time between two dates) or absolute length of time.
Note. ‘Returns:’ refers to what the Component value returns when exported to its .variable
binding.
<component_key>: (Object, Component<Date>)
- Inherits from Component.
- name: (String, Localisation) - Optional.
- placeholder: (List<String>/Object) - Optional. The email to specify. Note that if this is defined as a String, it will add that email as a default placeholder. Comma delimited by default if of String.
- bcc: (List<String>)
- cc: (List<String>)
- content: (String, Localisation) - The content that the e-mail should contain upon being sent.
- subject: (String, Localisation) - The subject line that the e-mail should contain by default.
- recipients: (List<String>) - The list of e-mail recipients that should be allowed.
- has_email_button: (Boolean) - Optional. Whether you can press a button to send an email. False by default.
- has_email_editor: (Boolean) - Optional. Whether there should be an email editor that allows for actually sending e-mail to this address. Because rich text formatting does not exist here, only textarea editing is allowed for encodeURIComponent() compatibility. False by default.
- requires_recipients: (List<String>) - Requires certain recipients for the email to be sent to, i.e. mandatory business/organisational emails, or author contact.