Skip to content

Commit 9e4dfd2

Browse files
Add cross link between select and single_select type (#853)
1 parent b8d2aef commit 9e4dfd2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

reference/content-types/select.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Parameters
2222
- collection
2323
- A collection of default values which are activated by default.
2424

25+
.. note::
26+
27+
Have a look at the :doc:`single_select` type if you want to select a single value.
28+
2529
Example
2630
-------
2731

reference/content-types/single_select.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Parameters
2222
- string
2323
- The name of the param which should be set as default.
2424

25+
.. note::
26+
27+
Have a look at the :doc:`select` type if you want to select multiple values.
28+
2529
Example
2630
-------
2731

0 commit comments

Comments
 (0)