commited features for showroom release

This commit is contained in:
Bachir Soussi Chiadmi
2016-12-10 18:30:03 +01:00
parent 026a9bc241
commit 138b68ac98
36 changed files with 2694 additions and 969 deletions

View File

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