Skip to content

Commit 4033366

Browse files
authored
Add new interface (#504)
1 parent f8ccabd commit 4033366

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

content/guides/01.data-model/3.interfaces.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,20 @@ Dropdown to select an item from an existing collection.
555555
| Configuration | Options |
556556
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------- |
557557
| Types | `JSON` |
558-
| Collection | Which collection should items be selected from. |
558+
| Collection | Which collection should the item be selected from. |
559+
| Display Template | Display templates are used to represent an item in relationship fields - for example to show the value of the `Title` field. |
560+
| Filter | Filter the list of items a user can select. |
561+
562+
### Collection Item Dropdown (Multiple)
563+
564+
![A collection multiple item field](/img/b2cfb9dc-d9f2-4edf-a014-1ec1e8e7102e.webp)
565+
566+
Dropdown to select multiple items from an existing collection.
567+
568+
| Configuration | Options |
569+
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------- |
570+
| Types | `JSON` |
571+
| Collection | Which collection should the items be selected from. |
559572
| Display Template | Display templates are used to represent an item in relationship fields - for example to show the value of the `Title` field. |
560573
| Filter | Filter the list of items a user can select. |
561574

21.1 KB
Loading

0 commit comments

Comments
 (0)