Uploaded image for project: 'Magnolia UI'
  1. Magnolia UI
  2. MGNLUI-6635

DOC: Add 6 UI configuration for 5 UI MultiValueChildNodeTransformer

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Neutral Neutral
    • None
    • 6.2.7
    • None

      As a replacement for MultiValueChildNodeTransformer in 5 UI, you can use jcrMultiValueField with the now deprecated info.magnolia.ui.editor.MultiValueAsMultipleProperties$Definition in 6 UI.

      Magnolia 5 UI

      - name: multiValueChild 
        # i18n: true 
        fieldType: multiValue 
        field: 
          name: text 
          fieldType: text 
        transformerClass: info.magnolia.ui.form.field.transformer.multi.MultiValueChildNodeTransformer

       Magnolia 6 UI

      multiValueChild:
        $type: jcrMultiValueField
        # i18n: true
        itemProvider:
          class: info.magnolia.ui.editor.MultiValueAsMultipleProperties$Definition
        field:
          $type: textField

      Page to update: https://docs.magnolia-cms.com/product-docs/Upgrading-to-Magnolia/Magnolia-6-UI-ports-of-5-UI-field-transformer-classes.html

        Acceptance criteria

              akhamis Ashraf Khamis
              akhamis Ashraf Khamis
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoR