X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=docs%2Fextension.schema.json;h=1d78eccfc907ad4e6e1f7becc82d3070fc5e1a93;hb=37e30d27a3bbeea0b2acc1f381efe3cbfaa9c8ef;hp=71be7a556136fc25519fae157099348e99e55b43;hpb=f979d1bfce8196b784e16c2eb02aee7549918b70;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/extension.schema.json b/docs/extension.schema.json index 71be7a5561..1d78eccfc9 100644 --- a/docs/extension.schema.json +++ b/docs/extension.schema.json @@ -408,6 +408,10 @@ "bottom", "top" ] + }, + "templates": { + "type": "object", + "description": "Templates to be loaded for client-side usage" } } } @@ -477,6 +481,10 @@ "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"]