File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 204
204
205
205
This is the field type for each item in this collection (e.g. ``text ``, ``choice ``,
206
206
etc). For example, if you have an array of email addresses, you'd use the
207
- :doc`email</reference/forms/types/email>` type. If you want to embed
207
+ :doc: `email</reference/forms/types/email> ` type. If you want to embed
208
208
a collection of some other form, create a new instance of your form type
209
209
and pass it as this option.
210
210
@@ -214,7 +214,7 @@ options
214
214
**type **: ``array `` **default **: ``array() ``
215
215
216
216
This is the array that's passed to the form type specified in the `type `_
217
- option. For example, if you used the :doc`choice</reference/forms/types/choice>`
217
+ option. For example, if you used the :doc: `choice</reference/forms/types/choice> `
218
218
type as your `type `_ option (e.g. for a collection of drop-down menus), then
219
219
you'd need to at least pass the ``choices `` option to the underlying type::
220
220
You can’t perform that action at this time.
0 commit comments