Skip to content

Commit 24db349

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: minor Clarify how `CollectionType` entries are indexed
2 parents 76b9f75 + 4345094 commit 24db349

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

reference/forms/types/collection.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ forms, which is useful when creating forms that expose one-to-many
1111
relationships (e.g. a product from where you can manage many related product
1212
photos).
1313

14+
When rendered, existing collection entries are indexed by the keys of the array
15+
that is passed as the collection type field data.
16+
1417
+---------------------------+--------------------------------------------------------------------------+
1518
| Rendered as | depends on the `entry_type`_ option |
1619
+---------------------------+--------------------------------------------------------------------------+

0 commit comments

Comments
 (0)