Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCU-2644

Modify Categorization module page section

    XMLWordPrintable

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

        Attachments

          Activity

            People

              amansell Alex Mansell
              ccantalapiedra Carlos Cantalapiedra
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Checklists

                  Task DoR