diff --git a/content/guides/01.data-model/3.interfaces.md b/content/guides/01.data-model/3.interfaces.md index 2802347d..b96ba0a1 100644 --- a/content/guides/01.data-model/3.interfaces.md +++ b/content/guides/01.data-model/3.interfaces.md @@ -555,7 +555,20 @@ Dropdown to select an item from an existing collection. | Configuration | Options | | ---------------- | ---------------------------------------------------------------------------------------------------------------------------- | | Types | `JSON` | -| Collection | Which collection should items be selected from. | +| Collection | Which collection should the item be selected from. | +| Display Template | Display templates are used to represent an item in relationship fields - for example to show the value of the `Title` field. | +| Filter | Filter the list of items a user can select. | + +### Collection Item Dropdown (Multiple) + +![A collection multiple item field](/img/b2cfb9dc-d9f2-4edf-a014-1ec1e8e7102e.webp) + +Dropdown to select multiple items from an existing collection. + +| Configuration | Options | +| ---------------- | ---------------------------------------------------------------------------------------------------------------------------- | +| Types | `JSON` | +| Collection | Which collection should the items be selected from. | | Display Template | Display templates are used to represent an item in relationship fields - for example to show the value of the `Title` field. | | Filter | Filter the list of items a user can select. | diff --git a/public/img/b2cfb9dc-d9f2-4edf-a014-1ec1e8e7102e.webp b/public/img/b2cfb9dc-d9f2-4edf-a014-1ec1e8e7102e.webp new file mode 100644 index 00000000..605df571 Binary files /dev/null and b/public/img/b2cfb9dc-d9f2-4edf-a014-1ec1e8e7102e.webp differ