registration: Allow documenting config settings with i18n messages
[lhc/web/wiklou.git] / docs / extension.schema.v2.json
index d6f8c16..a2fdf65 100644 (file)
                                                        "type": ["string", "array"],
                                                        "description": "A description of the config setting, mostly for documentation/developers"
                                                },
+                                               "decriptionmsg": {
+                                                       "type": "string",
+                                                       "description": "The message key which should be used as a description for this configuration option in a user interface. If empty, description will be used."
+                                               },
                                                "public": {
                                                        "type": "boolean",
                                                        "default": false,