[DOCU-2644] Modify Categorization module page section Created: 18/Jan/23 Updated: 24/Jan/23 Resolved: 24/Jan/23 |
|
| Status: | Closed |
| Project: | Documentation |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Neutral |
| Reporter: | Carlos Cantalapiedra | Assignee: | Alex Mansell |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||
| Template: | |||||
| Acceptance criteria: |
Empty
|
||||
| Task DoR: |
Empty
|
||||
| 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 |