Important
You are browsing documentation for version 5.0 of OroCommerce, OroCRM, and OroPlatform, maintained until August 2024 and supported until March 2026. Read version 5.1 (the latest LTS version) of the Oro documentation to get up-to-date information.
See our Release Process documentation for more information on the currently supported and upcoming releases.
Access Control List Categories¶
Filename |
|
Root Node |
acl_categories |
Options |
The acl_categories.yml
file is used to configure ACL categories for the role management UI.
An example of the configuration file:
acl_categories:
some_category:
label: acme.demo.privilege.category.some_category.label
tab: true
priority: 10
label
¶
type: string
A translation key of a human-readable name of a category.
tab
¶
type: boolean
(default: false
)
Indicates whether a category should be represented as a tab.
priority
¶
type: integer
(default: 0
)
This option can be used to control the order in which categories are shown. Categories with a smaller priority number are shown first.
visible
¶
type: boolean
(default: true
)
Indicates whether a category is visible or not.