registration: Allow setting $wgCapitalLinkOverrides
[lhc/web/wiklou.git] / docs / extension.schema.json
index 71be7a5..c9f8e42 100644 (file)
                                        "protection": {
                                                "type": ["string", "array"],
                                                "description": "Userright(s) required to edit in this namespace"
+                                       },
+                                       "capitallinkoverride": {
+                                               "type": "boolean",
+                                               "description": "Set $wgCapitalLinks on a per-namespace basis"
                                        }
                                },
                                "required": ["id", "constant", "name"]