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

41 lines
711 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-knownerror-mgmt/3.3.0',
[
// Identification
//
'label' => 'Known Errors Database',
'category' => 'business',
// Setup
//
'dependencies' => [
'itop-config-mgmt/2.2.0',
],
'mandatory' => false,
'visible' => true,
// Components
//
'datamodel' => [
],
'data.struct' => [
//'data.struct.itop-knownerror-mgmt.xml',
],
'data.sample' => [
],
// Documentation
//
'doc.manual_setup' => '', // No manual installation instructions
'doc.more_information' => '',
// Default settings
//
'settings' => [
],
]
);