Skip to content

Commit

Permalink
Document custom_params option for form types
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Jan 15, 2020
1 parent f2b4ca9 commit 4e277a9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions cookbook/forms_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ Available options

**type**: ``int|string``, **required**: No, **default value**: ``null``

* ``custom_params``

This option is used to transfer any custom parameters to your backend.

**type**: ``array``, **required**: No, **default value**: ``[]``

Other options
~~~~~~~~~~~~~

Expand Down Expand Up @@ -82,6 +88,12 @@ Available options

**type**: ``int|string``, **required**: No, **default value**: ``null``

* ``custom_params``

This option is used to transfer any custom parameters to your backend.

**type**: ``array``, **required**: No, **default value**: ``[]``

Other options
~~~~~~~~~~~~~

Expand Down Expand Up @@ -118,3 +130,9 @@ Available options
This option defines in which location the Content Browser will start.

**type**: ``int|string``, **required**: No, **default value**: ``null``

* ``custom_params``

This option is used to transfer any custom parameters to your backend.

**type**: ``array``, **required**: No, **default value**: ``[]``

0 comments on commit 4e277a9

Please sign in to comment.