X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=docs%2Fextension.schema.v1.json;h=c9a887dd9c84a2140243be7f856e4ec95ea52d68;hb=74b2cfbe2411330e36f56f14864dc41fec9335f0;hp=0763e7de6363d80d8ff209ce38a142d41862b454;hpb=74426f3cf796b149f1ae445e41815bbe148640b2;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/extension.schema.v1.json b/docs/extension.schema.v1.json index 0763e7de63..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" @@ -569,7 +571,13 @@ }, "AutoloadNamespaces": { "type": "object", - "description": "Mapping of PSR-4 compliant namespace to directory for autoloading" + "description": "Mapping of PSR-4 compliant namespace to directory for autoloading", + "patternProperties": { + "^[A-Za-z0-9\\\\]+\\\\$": { + "type": "string" + } + }, + "additionalProperties": false }, "AutoloadClasses": { "type": "object"