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

Tags field for Magnolia 6 UI

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 6.2
    • None

      It should be clear that a tags field exists and how to configure it for 6.2 and earlier versions.

      While it is mentioned here, it should be more prominent and in the same layout as on the main fields listings:

      https://documentation.magnolia-cms.com/display/DOCS62/How+to+enable+content+tags+for+a+content+app

      I believe it should also be listed on this page as it is so important, but it should be flagged as only available when the Content Tags module is installed:

      https://documentation.magnolia-cms.com/display/DOCS62/List+of+fields

      Before 6.2:

      "mgnl-tags":
        label: Filter tags
        class: info.magnolia.contenttags.form.field.TagFieldDefinition
      

       After 6.2:

      "mgnl:tags":
        label: Filter tags
        class: info.magnolia.contenttags.ui.field.TagsFieldDefinition

      Definition class: https://git.magnolia-cms.com/projects/ENTERPRISE/repos/content-tags/browse/magnolia-content-tags-ui/src/main/java/info/magnolia/contenttags/ui/field/TagsFieldDefinition.java

      $type: N/A

        Acceptance criteria

              Unassigned Unassigned
              czimmermann Christopher Zimmermann
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:

                  Task DoR