X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=docs%2Fextension.schema.v1.json;h=c9a887dd9c84a2140243be7f856e4ec95ea52d68;hb=74b2cfbe2411330e36f56f14864dc41fec9335f0;hp=bcfd2aa3d536e32c85cf94fd914357300d21d22e;hpb=5123888304ecb6f7f768fba569ec86ad79b344f1;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/extension.schema.v1.json b/docs/extension.schema.v1.json index bcfd2aa3d5..c9a887dd9c 100644 --- a/docs/extension.schema.v1.json +++ b/docs/extension.schema.v1.json @@ -285,6 +285,9 @@ "class": { "enum": ["ResourceLoaderImageModule"] }, + "defaultColor": { + "type": "string" + }, "data": { "type": "string" }, @@ -300,6 +303,9 @@ "selectorWithVariant": { "type": "string" }, + "useDataURI": { + "type": "boolean" + }, "variants": { "type": "object" }, @@ -336,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"