mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
Introduced the modules (model, dicionnary, menus, etc.)
SVN:trunk[509]
This commit is contained in:
40
modules/itop-basic-1.0.0/module.itop-basic.php
Normal file
40
modules/itop-basic-1.0.0/module.itop-basic.php
Normal file
@@ -0,0 +1,40 @@
|
||||
<?php
|
||||
|
||||
|
||||
SetupWebPage::AddModule(
|
||||
'itop-basic/1.0.0',
|
||||
array(
|
||||
// Identification
|
||||
//
|
||||
'label' => 'Change Management',
|
||||
|
||||
// Setup
|
||||
//
|
||||
'dependencies' => array(
|
||||
),
|
||||
'mandatory' => false,
|
||||
'visible' => true,
|
||||
|
||||
// Components
|
||||
//
|
||||
'datamodel' => array(
|
||||
'model.itop-basic.php',
|
||||
),
|
||||
'dictionary' => array(
|
||||
'en.dict.itop-basic.php',
|
||||
),
|
||||
'data.struct' => array(
|
||||
//'data.struct.itop-basic.xml',
|
||||
),
|
||||
'data.sample' => array(
|
||||
//'data.sample.itop-basic.xml',
|
||||
),
|
||||
|
||||
// Documentation
|
||||
//
|
||||
'doc.manual_setup' => '/doc/xxx/yyy.htm',
|
||||
'doc.more_information' => '/doc/xxx/yyy.htm',
|
||||
)
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user