You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
607 B
19 lines
607 B
<?php
|
|
|
|
return [
|
|
'user' => [
|
|
'title' => 'User Management',
|
|
'description' => 'Manage user accounts, roles, and permissions.',
|
|
'keywords' => 'user management, users, identity',
|
|
],
|
|
'user_detail' => [
|
|
'title' => 'Detail of :name',
|
|
'description' => 'Manage user accounts, roles, and permissions.',
|
|
'keywords' => 'user management, users, identity',
|
|
],
|
|
'role' => [
|
|
'title' => 'Role Management',
|
|
'description' => 'Manage user roles and permissions.',
|
|
'keywords' => 'role management, roles, permissions, identity',
|
|
],
|
|
];
|
|
|