Alpha: Editor React Components are currently in alpha. This feature is subject to change and may have bugs, issues, and limitations. We're actively improving it based on your feedback.
Contact information data types provide automatic validation for common contact-related data formats. They enforce specific patterns and conventions, ensuring data quality without requiring custom validation logic.
Standard email address according to RFC 5321, section 4.1.2.
A contact email field:
In the manifest:
In the component:
Phone number format designed to match phone numbers with a variety of common characters, including digits (0-9), spaces, parentheses, plus sign, hyphens, and periods.
A business phone field:
In the manifest:
In the component:
A URL with scheme http or https.
A website URL field:
In the manifest:
In the component:
Hostname according to IANA standards.
An API hostname field:
In the manifest:
In the component: