X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=installed_extensions.php;h=b83e3cfb66645e973b1efb44032aee80ef03e122;hb=2a0f29497517eca1cde8b2832da5761edefb2268;hp=ccf6daa5d93a40260aaf9e3dc35fecf5b50297f9;hpb=324fd5303def6848f9f276596d417786b08377c3;p=fa-stable.git diff --git a/installed_extensions.php b/installed_extensions.php index ccf6daa5..b83e3cfb 100644 --- a/installed_extensions.php +++ b/installed_extensions.php @@ -1,21 +1,19 @@ ') --- 'app_file' is the application file name to be put into folder applications --- 'name' is the name of the extension module. Will become the index of the application --- 'title' is the Menu Title --- 'folder' is the folder where the extension files exist - +/* List of installed additional modules and plugins. If adding extensions at the beginning + of the list, make sure it's index is set to 0 (it has ' 0 => '); + + 'name' - name for identification purposes; + 'type' - type of extension: 'module' or 'plugin' + 'path' - FA root based installation path + 'filename' - name of module menu file, or plugin filename; related to path. + 'tab' - index of the module tab (new for module, or one of standard module names for plugin); + 'title' - is the menu text (for plugin) or new tab name + 'active' - current status of extension + 'acc_file' - (optional) file name with $security_areas/$security_sections extensions; + related to 'path'. */ -$installed_extensions = array (); - -/* example $installed_extensions = array ( - 0 => array ('app_file' => 'organizer.php', 'name' => 'organizer', 'title' => 'Organizer', 'folder' => 'organizer') - array ('app_file' => 'payroll.php', 'name' => 'payroll', 'title' => 'Payroll', 'folder' => 'payroll') ); -*/ ?> \ No newline at end of file