Important

You are browsing upcoming documentation for version 6.0 of OroCommerce, OroCRM, and OroPlatform, scheduled for release in 2024. 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 acl_categories.yml
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:

src/Acme/Bundle/DemoBundle/Resources/config/oro/acl_categories.yml
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.