This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
clone458396
Please add the 'tab' attribute to the documentation on registering permissions.
http://octobercms.com/docs/backend/users#permission-registration
For example:
return [
'acme.blog.access_posts' => ['label' => 'Manage the blog posts', 'tab' => 'Blog'],
'acme.blog.access_categories' => ['label' => 'Manage the blog categories', 'tab' => 'Blog']
];
Maybe list all of the possible keys in the documentation?
1-1 of 1