Skip to content

Commit

Permalink
refs #add-extensions improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
steinkel committed Jul 26, 2016
1 parent b5885df commit 26d6ba2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Docs/Documentation/SimpleRbacAuthorize.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ $config['Auth']['authorize']['CakeDC/Users.SimpleRbac'] = [
* [
* 'role' => 'admin',
* 'plugin', (optional, default = null)
* 'prefix', (optional, default = null)
* 'extension', (optional, default = null)
* 'controller',
* 'action',
* 'allowed' (optional, default = true)
Expand Down Expand Up @@ -56,6 +58,7 @@ Permission rules syntax
[
'role' => 'REQUIRED_NAME_OF_THE_ROLE_OR_[]_OR_*',
'prefix' => 'OPTIONAL_PREFIX_USED_OR_[]_OR_*_DEFAULT_NULL',
'extension' => 'OPTIONAL_PREFIX_USED_OR_[]_OR_*_DEFAULT_NULL',
'plugin' => 'OPTIONAL_NAME_OF_THE_PLUGIN_OR_[]_OR_*_DEFAULT_NULL',
'controller' => 'REQUIRED_NAME_OF_THE_CONTROLLER_OR_[]_OR_*'
'action' => 'REQUIRED_NAME_OF_ACTION_OR_[]_OR_*',
Expand Down

0 comments on commit 26d6ba2

Please sign in to comment.