Showroom feature
This commit is contained in:
@@ -10,22 +10,10 @@
|
||||
function showroom_user_default_roles() {
|
||||
$roles = array();
|
||||
|
||||
// Exported role: Translator CN.
|
||||
$roles['Translator CN'] = array(
|
||||
'name' => 'Translator CN',
|
||||
'weight' => 12,
|
||||
);
|
||||
|
||||
// Exported role: Translator EN.
|
||||
$roles['Translator EN'] = array(
|
||||
'name' => 'Translator EN',
|
||||
'weight' => 10,
|
||||
);
|
||||
|
||||
// Exported role: Translator FR.
|
||||
$roles['Translator FR'] = array(
|
||||
'name' => 'Translator FR',
|
||||
'weight' => 11,
|
||||
// Exported role: Showroom.
|
||||
$roles['Showroom'] = array(
|
||||
'name' => 'Showroom',
|
||||
'weight' => 13,
|
||||
);
|
||||
|
||||
return $roles;
|
||||
|
Reference in New Issue
Block a user