vanityPath nodetype should be defined as mixin
----------------------------------------------

                 Key: SLING-661
                 URL: https://issues.apache.org/jira/browse/SLING-661
             Project: Sling
          Issue Type: Bug
          Components: JCR Resource
            Reporter: Philipp Koch


the vanityPath nodetype definition is wrong (the description right...)
instead of:
//-----------------------------------------------------------------------------
// Mixin node type for defining vanity resource path.
[sling:VanityPath]
  - sling:vanityPath (string)
  - sling:redirect (boolean)
  - sling:vanityOrder (long)

it should be defined like this:
//-----------------------------------------------------------------------------
// Mixin node type for defining vanity resource path.
[sling:VanityPath]
  mixin
  - sling:vanityPath (string)
  - sling:redirect (boolean)
  - sling:vanityOrder (long)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to