Details
-
Task
-
Resolution: Fixed
-
Neutral
-
None
-
None
-
None
-
None
Description
On the Categorizing content section, the image shows a field which allows multiple selections (tour types) but on the yams example, the code provides a linkField which only allows a single selection.
Would be nice to made them match, either modifying the image or modifying the code with the following:
correct-code.yaml
categories:
label: Select a category
$type: jcrMultiLinkField
field:
$type: linkField
label: ""
datasource:
$type: jcrDatasource
workspace: category
rootPath: /tour-types
This way, the selection of multiple tour types is possible and the code would match the image example provided
Checklists
Acceptance criteria