registration: Allow setting $wgNamespaceProtection
[lhc/web/wiklou.git] / docs / extension.schema.json
index eef2c0a..71be7a5 100644 (file)
                                        },
                                        "defaultcontentmodel": {
                                                "type": "string"
+                                       },
+                                       "protection": {
+                                               "type": ["string", "array"],
+                                               "description": "Userright(s) required to edit in this namespace"
                                        }
                                },
                                "required": ["id", "constant", "name"]