Schemas
References (Multiple)
Stores references to multiple content documents in the space. Resolved to full document objects when fetched with resolveReference enabled.
Stores references to multiple content documents in the space. Use it when a piece of content is related to several other documents — for example, a list of featured articles or team members. For a single reference use Reference.
Value shape
[
{
"kind": "REFERENCE",
"uri": "019df317-9ad5-7228-a070-afc8f94a07d2"
},
{
"kind": "REFERENCE",
"uri": "019df317-9ad5-7228-a070-afc8f94a07d2"
}
]When fetching content with resolveReference: true, each URI is replaced with the full document object. See @localess/client for fetch options.
Options
| Option | Description |
|---|---|
| Path | Restricts the document picker to documents under a specific content path (e.g. blog shows only documents inside the blog folder) |
| Name | Unique field name in the Schema. Appears in the generated model and in the API response. |
| Display Name | Label shown to editors in the Content Editor. |
| Required | When set, editors cannot save the document without a value. |
| Translatable | Not available for this field type. |
| Description | Help text shown to editors under the field. |
| Default Value | Value applied when a document is first created. |