X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/supprimer.php?a=blobdiff_plain;f=docs%2Fextension.schema.v1.json;h=0ff169c3c210dfff9f1ce13c3d6c4426456dcd52;hb=235f3409d1b0b8ab61a01b1e14c2714e7ecb98a7;hp=a8f66c95caa50f530ef12d2acf97a72872293ceb;hpb=89b2e1eb2c806296d89c6bf451725905bb44c777;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/extension.schema.v1.json b/docs/extension.schema.v1.json index a8f66c95ca..0ff169c3c2 100644 --- a/docs/extension.schema.v1.json +++ b/docs/extension.schema.v1.json @@ -342,10 +342,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" @@ -672,6 +668,13 @@ "type": "string" } }, + "RawHtmlMessages": { + "type": "array", + "description": "Messages which are rendered as raw HTML", + "items": { + "type": "string" + } + }, "callback": { "type": [ "array",