commited features for showroom release
This commit is contained in:
@@ -10,10 +10,10 @@
|
||||
function showroom_user_default_roles() {
|
||||
$roles = array();
|
||||
|
||||
// Exported role: Showroom.
|
||||
$roles['Showroom'] = array(
|
||||
'name' => 'Showroom',
|
||||
'weight' => 13,
|
||||
// Exported role: Admin showroom.
|
||||
$roles['Admin showroom'] = array(
|
||||
'name' => 'Admin showroom',
|
||||
'weight' => 10,
|
||||
);
|
||||
|
||||
return $roles;
|
||||
|
Reference in New Issue
Block a user