Debug and enhance modulebuilder.

This commit is contained in:
Laurent Destailleur
2019-03-10 19:33:28 +01:00
parent 1bd422b8b9
commit 935fe7c22a
12 changed files with 496 additions and 143 deletions

View File

@@ -91,14 +91,14 @@ class modMyModule extends DolibarrModules
'substitutions' => 1,
// Set this to 1 if module has its own menus handler directory (core/menus)
'menus' => 0,
// Set this to 1 if module has its own theme directory (theme)
'theme' => 0,
// Set this to 1 if module overwrite template dir (core/tpl)
'tpl' => 0,
// Set this to 1 if module has its own barcode directory (core/modules/barcode)
'barcode' => 0,
// Set this to 1 if module has its own models directory (core/modules/xxx)
'models' => 0,
// Set this to 1 if module has its own theme directory (theme)
'theme' => 0,
// Set this to relative path of css file if module has its own css file
'css' => array(
'/mymodule/css/mymodule.css.php',