Showroom feature

This commit is contained in:
Bachir Soussi Chiadmi
2016-11-06 19:40:18 +01:00
parent e8cadc31e1
commit 7abf64be00
22 changed files with 7962 additions and 21 deletions

View File

@@ -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;