Skip to content

Commit 4345094

Browse files
committed
Merge branch '5.4' into 6.2
* 5.4: minor Clarify how `CollectionType` entries are indexed
2 parents 278209f + 6210895 commit 4345094

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)