X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=docs%2Fextension.schema.json;h=218a19c3b9ad3902ba02de624c784af3f4570f65;hb=0cc4071e1bfd9edb6abe3fcbc88ff76c454a199a;hp=ece38fe9fb193f3dd4e0a60430a16f84f620caa7;hpb=cef1f31167177ca05c8981d61d1203172329345d;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/extension.schema.json b/docs/extension.schema.json index ece38fe9fb..218a19c3b9 100644 --- a/docs/extension.schema.json +++ b/docs/extension.schema.json @@ -439,10 +439,6 @@ "type": "object", "description": "ResourceLoader LESS variables" }, - "ResourceLoaderLESSFunctions": { - "type": "object", - "description": "ResourceLoader LESS functions" - }, "ResourceLoaderLESSImportPaths": { "type": "object", "description": "ResourceLoader import paths" @@ -649,6 +645,13 @@ "config": { "type": "object", "description": "Configuration options for this extension", + "properties": { + "_prefix": { + "type": "string", + "default": "wg", + "description": "Prefix to put in front of configuration settings when exporting them to $GLOBALS" + } + }, "patternProperties": { "^[a-zA-Z_\u007f-\u00ff][a-zA-Z0-9_\u007f-\u00ff]*$": { "type": ["object", "array", "string", "integer", "null", "boolean"],