diff options
author | Christopher Smith <chris@jalakai.co.uk> | 2013-10-18 12:47:55 +0100 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2013-10-18 12:47:55 +0100 |
commit | 61e0b2f8bbbac3ec582aa287e110b304a3986229 (patch) | |
tree | cb78262d133fe363b32e2be74a3559f6412ee4ba /lib/plugins | |
parent | a758ffa6011ed8273c8eb2e5deba7a4629fb37e9 (diff) | |
download | rpg-61e0b2f8bbbac3ec582aa287e110b304a3986229.tar.gz rpg-61e0b2f8bbbac3ec582aa287e110b304a3986229.tar.bz2 |
comment improvements
Diffstat (limited to 'lib/plugins')
-rw-r--r-- | lib/plugins/config/settings/config.metadata.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/plugins/config/settings/config.metadata.php b/lib/plugins/config/settings/config.metadata.php index f4c2ed265..f9dabfeb0 100644 --- a/lib/plugins/config/settings/config.metadata.php +++ b/lib/plugins/config/settings/config.metadata.php @@ -48,6 +48,7 @@ * 'compression' - no additional parameters. checks php installation supports possible compression alternatives * 'licence' - as multichoice, selection constructed from licence strings in language files * 'renderer' - as multichoice, selection constructed from enabled renderer plugins which canRender() + * 'authtype' - as multichoice, selection constructed from the enabled auth plugins * * Any setting commented or missing will use 'setting' class - text input, minimal validation, quoted output * |