diff options
author | Christopher Smith <chris@jalakai.co.uk> | 2013-02-18 14:47:52 +0000 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2013-02-18 14:47:52 +0000 |
commit | 51de8ca123f3789b5a6a98852fd9a8c4b938873b (patch) | |
tree | db9676b7bc7841ec4e6cc3bb1e3f10b43c987371 /lib/plugins | |
parent | 26ed704a1d2b2e40b06498df3fe2a747b751de28 (diff) | |
download | rpg-51de8ca123f3789b5a6a98852fd9a8c4b938873b.tar.gz rpg-51de8ca123f3789b5a6a98852fd9a8c4b938873b.tar.bz2 |
add comments for recent settings class additions to extra.class.php
Diffstat (limited to 'lib/plugins')
-rw-r--r-- | lib/plugins/config/settings/config.metadata.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/plugins/config/settings/config.metadata.php b/lib/plugins/config/settings/config.metadata.php index 22e76a013..4731ffc16 100644 --- a/lib/plugins/config/settings/config.metadata.php +++ b/lib/plugins/config/settings/config.metadata.php @@ -42,6 +42,8 @@ * 'im_convert' - as 'setting', input must exist and be an im_convert module * 'disableactions' - as 'setting' * '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() * * Any setting commented or missing will use 'setting' class - text input, minimal validation, quoted output * |