#166 Configuration by module (and module categories)

SVN:trunk[629]
This commit is contained in:
Romain Quetiez
2010-07-26 16:29:52 +00:00
parent c9a573e39f
commit 05c9b10546
18 changed files with 316 additions and 23 deletions

View File

@@ -8,6 +8,7 @@ SetupWebPage::AddModule(
// Identification
//
'label' => 'iTop Basic Model',
'category' => 'business',
// Setup
//
@@ -35,6 +36,11 @@ SetupWebPage::AddModule(
//
'doc.manual_setup' => '/doc/xxx/yyy.htm',
'doc.more_information' => '/doc/xxx/yyy.htm',
// Default settings
//
'settings' => array(
),
)
);