-
Notifications
You must be signed in to change notification settings - Fork 50
Open

Description
Could be possible to add nested abilities? so for example:
An user as member can view_content but only from page1, 2 & 3.
This is just an example, I wonder if you have thought in the possibility to add this feature.
var aclData = {
guest: ['login'],
member: ['logout', { view_content: ['page1', 'page2', 'page3']}],
admin: ['logout', 'view_content', {manage_content: ['page8', 'page9', 'page10']}]
}
Thanks!
mikoloism
Metadata
Metadata
Assignees
Labels
No labels