[
https://issues.apache.org/jira/browse/SLING-661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bertrand Delacretaz reassigned SLING-661:
-----------------------------------------
Assignee: Bertrand Delacretaz
> 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
> Assignee: Bertrand Delacretaz
> Attachments: SLING-661.patch
>
>
> 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.