|  | @@ -173,6 +173,16 @@ function materio_administration_user_default_permissions() {
 | 
	
		
			
				|  |  |      'module' => 'workflow',
 | 
	
		
			
				|  |  |    );
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +  // Exported permission: 'send newsletter'.
 | 
	
		
			
				|  |  | +  $permissions['send newsletter'] = array(
 | 
	
		
			
				|  |  | +    'name' => 'send newsletter',
 | 
	
		
			
				|  |  | +    'roles' => array(
 | 
	
		
			
				|  |  | +      'administrator' => 'administrator',
 | 
	
		
			
				|  |  | +      'root' => 'root',
 | 
	
		
			
				|  |  | +    ),
 | 
	
		
			
				|  |  | +    'module' => 'simplenews',
 | 
	
		
			
				|  |  | +  );
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |    // Exported permission: 'show workflow state form'.
 | 
	
		
			
				|  |  |    $permissions['show workflow state form'] = array(
 | 
	
		
			
				|  |  |      'name' => 'show workflow state form',
 | 
	
	
		
			
				|  | @@ -180,5 +190,54 @@ function materio_administration_user_default_permissions() {
 | 
	
		
			
				|  |  |      'module' => 'workflow',
 | 
	
		
			
				|  |  |    );
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +  // Exported permission: 'subscribe to newsletters'.
 | 
	
		
			
				|  |  | +  $permissions['subscribe to newsletters'] = array(
 | 
	
		
			
				|  |  | +    'name' => 'subscribe to newsletters',
 | 
	
		
			
				|  |  | +    'roles' => array(
 | 
	
		
			
				|  |  | +      'Adhérent' => 'Adhérent',
 | 
	
		
			
				|  |  | +      'Contact opérationnel' => 'Contact opérationnel',
 | 
	
		
			
				|  |  | +      'Premium' => 'Premium',
 | 
	
		
			
				|  |  | +      'Student' => 'Student',
 | 
	
		
			
				|  |  | +      'Utilisateur' => 'Utilisateur',
 | 
	
		
			
				|  |  | +      'administrator' => 'administrator',
 | 
	
		
			
				|  |  | +      'anonymous user' => 'anonymous user',
 | 
	
		
			
				|  |  | +      'root' => 'root',
 | 
	
		
			
				|  |  | +    ),
 | 
	
		
			
				|  |  | +    'module' => 'simplenews',
 | 
	
		
			
				|  |  | +  );
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +  // Exported permission: 'subscribe to simplenews category 6274'.
 | 
	
		
			
				|  |  | +  $permissions['subscribe to simplenews category 6274'] = array(
 | 
	
		
			
				|  |  | +    'name' => 'subscribe to simplenews category 6274',
 | 
	
		
			
				|  |  | +    'roles' => array(
 | 
	
		
			
				|  |  | +      'anonymous user' => 'anonymous user',
 | 
	
		
			
				|  |  | +      'authenticated user' => 'authenticated user',
 | 
	
		
			
				|  |  | +    ),
 | 
	
		
			
				|  |  | +    'module' => 'materio_user',
 | 
	
		
			
				|  |  | +  );
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +  // Exported permission: 'subscribe to simplenews category 6374'.
 | 
	
		
			
				|  |  | +  $permissions['subscribe to simplenews category 6374'] = array(
 | 
	
		
			
				|  |  | +    'name' => 'subscribe to simplenews category 6374',
 | 
	
		
			
				|  |  | +    'roles' => array(
 | 
	
		
			
				|  |  | +      'Adhérent' => 'Adhérent',
 | 
	
		
			
				|  |  | +      'Utilisateur Alpha Tester' => 'Utilisateur Alpha Tester',
 | 
	
		
			
				|  |  | +      'administrator' => 'administrator',
 | 
	
		
			
				|  |  | +      'root' => 'root',
 | 
	
		
			
				|  |  | +    ),
 | 
	
		
			
				|  |  | +    'module' => 'materio_user',
 | 
	
		
			
				|  |  | +  );
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +  // Exported permission: 'subscribe to simplenews category 6585'.
 | 
	
		
			
				|  |  | +  $permissions['subscribe to simplenews category 6585'] = array(
 | 
	
		
			
				|  |  | +    'name' => 'subscribe to simplenews category 6585',
 | 
	
		
			
				|  |  | +    'roles' => array(
 | 
	
		
			
				|  |  | +      'Utilisateur Alpha Tester' => 'Utilisateur Alpha Tester',
 | 
	
		
			
				|  |  | +      'administrator' => 'administrator',
 | 
	
		
			
				|  |  | +      'root' => 'root',
 | 
	
		
			
				|  |  | +    ),
 | 
	
		
			
				|  |  | +    'module' => 'materio_user',
 | 
	
		
			
				|  |  | +  );
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |    return $permissions;
 | 
	
		
			
				|  |  |  }
 |