Files
iTop/datamodels/2.x/itop-change-mgmt-itil/module.itop-change-mgmt-itil.php

43 lines
736 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-change-mgmt-itil/3.3.0',
[
// Identification
//
'label' => 'Change Management ITIL',
'category' => 'business',
// Setup
//
'dependencies' => [
'itop-config-mgmt/2.2.0',
'itop-tickets/2.0.0',
],
'mandatory' => false,
'visible' => true,
// Components
//
'datamodel' => [
],
'data.struct' => [
//'data.struct.itop-change-mgmt.xml',
],
'data.sample' => [
//'data.sample.itop-change-mgmt.xml',
],
// Documentation
//
'doc.manual_setup' => '',
'doc.more_information' => '',
// Default settings
//
'settings' => [
],
]
);