// Set here all hooks context managed by module. To find available hook context, make a "grep -r '>initHooks(' *" on source code. You can also set hook context 'all'
'hooks'=>array(
'data'=>array(
'main',
'login',
),
'entity'=>'0',
),
// Set this to 1 if feature of module are opened to external users
'moduleforexternal'=>0,
);
// Data directories to create when module is enabled
$this->dirs=array();
// Dependencies
$this->depends=array();// May be used for product or service or third party module
$this->requiredby=array();
// Config pages
$this->config_page_url=array();
// Constants
// Example: $this->const=array(0=>array('MYMODULE_MYNEWCONST1','chaine','myvalue','This is a constant to add',0),
// 1=>array('MYMODULE_MYNEWCONST2','chaine','myvalue','This is another constant to add',0) );
$this->const=array(
0=>array('DEBUGBAR_LOGS_LINES_NUMBER','chaine','100','Number of log lines to show in debug bar',1)
);
// Boxes
$this->boxes=array();
// Permissions
$this->rights=array();
$this->rights[1][0]=430;// id de la permission
$this->rights[1][1]='Use Debug Bar';// libelle de la permission
$this->rights[1][2]='u';// type de la permission (deprecie a ce jour)
$this->rights[1][3]=1;// La permission est-elle une permission par defaut