flow-development-collection
flow-development-collection copied to clipboard
FEATURE: Add DecendantOfNodetype Condition Generator
This change adds the DecendantOfNodetypeConditionGenerator which will be used by the isDescendantOfNodetype privilege target matcher in the neos-development-collection repository.
Review instructions
A test for the isDescendantOfNodetype privilege target matcher can be found in the commit in the "neos-development-collection" repository.
Checklist
- [x] Code follows the PSR-2 coding style
- [ ] Tests have been created, run and adjusted as needed
- [x] The PR is created against the lowest maintained branch
- [ ] Reviewer - PR Title is brief but complete and starts with
FEATURE|TASK|BUGFIX
- [ ] Reviewer - The first section explains the change briefly for change-logs
- [ ] Reviewer - Breaking Changes are marked with
!!!
and have upgrade-instructions