Schemas
Assets (Multiple)
References a list of assets uploaded to the space.
References a list of assets uploaded to the space.
Value shape
[
{
"kind": "ASSET",
"uri": "019df317-9ad5-7228-a070-afc8f94a07d2"
},
{
"kind": "ASSET",
"uri": "019df317-9ad5-7228-a070-afc8f94a07d2"
}
]Resolve each URI to a full URL with client.assetLink(value) (see @localess/client) or the resolveAsset helper in @localess/react.
Options
| Option | Description |
|---|---|
| File Type | Restricts the asset picker to a file type (e.g., image, video, document). |
| 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 | When set, the field stores a separate value per locale. |
| Description | Help text shown to editors under the field. |
| Default Value | Value applied when a document is first created. |