X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=docs%2Fextension.schema.v2.json;h=7de5ed5f9a05b227a6531223ad1d6c4b76f54932;hb=bc7f55fcf489dd07b0d320e23021133a7f6fc133;hp=c9d33e1898ed55f3d4d4a182eded7afa860a5bef;hpb=33ac4182cae78d525d5fabd317d5889f52c46135;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/extension.schema.v2.json b/docs/extension.schema.v2.json index c9d33e1898..7de5ed5f9a 100644 --- a/docs/extension.schema.v2.json +++ b/docs/extension.schema.v2.json @@ -355,10 +355,6 @@ "type": "object", "description": "ResourceLoader sources to register" }, - "ResourceLoaderLESSVars": { - "type": "object", - "description": "ResourceLoader LESS variables" - }, "ConfigRegistry": { "type": "object", "description": "Registry of factory functions to create Config objects" @@ -694,6 +690,13 @@ "type": "string" } }, + "RawHtmlMessages": { + "type": "array", + "description": "Messages which are rendered as raw HTML", + "items": { + "type": "string" + } + }, "callback": { "type": [ "array",