From: Michael M Slusarz Date: Sun, 21 Nov 2010 21:45:43 +0000 (-0700) Subject: documentation tweaks X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a16486b236041cc8b9da5d772000918ef09b3031;p=horde.git documentation tweaks --- diff --git a/horde/config/registry.php.dist b/horde/config/registry.php.dist index 391605c6f..971980019 100644 --- a/horde/config/registry.php.dist +++ b/horde/config/registry.php.dist @@ -22,21 +22,25 @@ * inside the horde directory. * * fileroot: (string) The base filesystem path for the module's files. + * name: (string) The human-readable name used in menus and descriptions for * a module. - * initial_page: (string) The initial (default) page (filename) for the - * module. + + * initial_page: (string) The initial page for the module. + * menu_parent: (string) The name of the 'heading' group that this app should * show up under. This can be left out or set to null for * top-level items. + * status: (string) One of the following: - * 'active' - * 'admin' - * 'heading' - * 'hidden' - * 'inactive' - * 'notoolbar' - * 'sidebar' + * active: Activate application. + * admin: Activate application, but only for admins. + * heading: Header label for application groups. + * hidden: Enable application, but hide. + * inactive: Disable application + * notoolbar: TODO + * sidebar: Show in sidebar only. + * webroot: (string) The base URI path for the module. * Usually the default should be fine (applications will occur one * level below the horde directory). However, this setting is useful