Files
iTop/datamodels/2.x/itop-welcome-itil/module.itop-welcome-itil.php
denis.flaven@combodo.com affed69999 Version number bump.
2025-02-07 10:09:48 +01:00

48 lines
874 B
PHP
Executable File

<?php
SetupWebPage::AddModule(
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
'itop-welcome-itil/2.7.12',
array(
// Identification
//
'label' => 'ITIL skin',
'category' => 'skin',
// Setup
//
'dependencies' => array(
),
'mandatory' => true,
'visible' => false,
//'installer' => 'MyInstaller',
// Components
//
'datamodel' => array(
'model.itop-welcome-itil.php',
),
'webservice' => array(
//'webservices.itop-welcome-itil.php',
),
'data.struct' => array(
//'data.struct.itop-welcome-itil.xml',
),
'data.sample' => array(
//'data.sample.itop-welcome-itil.xml',
),
// Documentation
//
'doc.manual_setup' => '',
'doc.more_information' => '',
// Default settings
//
'settings' => array(
//'some_setting' => 'some value',
),
)
);