enapps-enorman opened a new pull request, #25: URL: https://github.com/apache/sling-org-apache-sling-repoinit-parser/pull/25
The use case here is for a node that is created by a base feature. Other (optional) features could add a mixin to the existing node later if they are also included in the distribution. The proposed syntax would be: add mixin mix:one to /thePath1 add mixin mix:one,mix:two to /thePath1,/thePath2 remove mixin mix:one from /thePath1 remove mixin mix:one,mix:two from /thePath1,/thePath2 If the specified paths do not exist, a warning is logged and nothing is changed. Otherwise, the mixin is added (or removed) from those paths. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
