Imagine I have the following content tree
- sitecore
- content
- home
- KB articles (bucket)
- article 1 (Template 1)
- article 2 (Template 1)
- article 3 (Template 2)
- KB articles (bucket)
- home
- content
And the following roles -
- Role 1
- Role 2
I have the following scenarios.
Role 1 should have read/write access to Article 1 and Article 2, which are based on Template 1.
Role 2 should have read/write access to Article 3, which is based on Template 2.
Is there a way of achieving the above scenario in Sitecore?
Thanks