Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion content/guides/01.data-model/3.interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.