X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=docs%2Fextension.schema.v2.json;h=7de5ed5f9a05b227a6531223ad1d6c4b76f54932;hb=f8c15e364e22e0581872a90cc012a0c708087d3c;hp=24bfb63f82cca4d9b930d3258529742d1888bdc8;hpb=55aab97bb4b507911e24995ae870b78f86c17557;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/extension.schema.v2.json b/docs/extension.schema.v2.json index 24bfb63f82..7de5ed5f9a 100644 --- a/docs/extension.schema.v2.json +++ b/docs/extension.schema.v2.json @@ -306,6 +306,9 @@ "selectorWithVariant": { "type": "string" }, + "useDataURI": { + "type": "boolean" + }, "variants": { "type": "object" }, @@ -352,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" @@ -691,6 +690,13 @@ "type": "string" } }, + "RawHtmlMessages": { + "type": "array", + "description": "Messages which are rendered as raw HTML", + "items": { + "type": "string" + } + }, "callback": { "type": [ "array",