From a16486b236041cc8b9da5d772000918ef09b3031 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Sun, 21 Nov 2010 14:45:43 -0700 Subject: [PATCH] documentation tweaks --- horde/config/registry.php.dist | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) 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 -- 2.11.0