Uploaded image for project: 'Admincentral'
  1. Admincentral
  2. ADMINCTR-320

DOC: Add note about decorating new and old layout definitions

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Neutral Neutral
    • None
    • None
    • None
    • AuthX 21
    • 1

      Development: The latest layout definition for the App Launcher makes it easier to decorate.

      groups: 
              - personalisation
              - categorisation
              - translation 
      

      this is harder to decorate than

      groups: 
              content: content
              marketing: marketing
      

      because of how the information is stored in JCR. It is not possible to use something like this (first approach):

      groups: 
              - personalisation
                enabled:false
      

      while with the second approach you can

      groups: 
              content: 
                enabled:false
      

      Documentation required - Double-check decoration information and add a note about the reason for the transition to the new layout definition, pages to check:

        Acceptance criteria

              abrooks Adrian Brooks
              abrooks Adrian Brooks
              AuthorX
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoR