Field types for Schemas
Simple Schemas use predefined field types.
You can define the following types of fields for Schemas:
| Field type | Description |
|---|---|
| Text | Accepts alphanumeric values as a single line of text or multiple lines of text. May also allow formatting. |
| Number | Accept numeric values. |
| Date | Accept dates and times. |
| Embedded Schema | Embed an existing Embeddable Schema into the Schema that you are creating. |
| External link | Accept external links. |
| Multimedia link | Accepts links that point to a Multimedia Component. |
| Component link | Accepts links that point to a Component or to a Multimedia Component. |