Role Management


The Pro theme allows you to add user roles. By default, the theme comes with Admin, Creator and Member roles. To access the role management example click the "Examples/Roles" link in the left sidebar or add /examples/roles/list to the URL. Here you can add/edit new roles. To add a new role, click the "Add role" button. To edit an existing role, click the "Edit" icon (available on every table row). In both cases, you will be directed to a form which allows you to modify the name and description of a role.

The store used for role functionality is found in src\store\role.module.js

You can find the compoments for role functionality in src\views\examples\Roles folder.

Roles Component