From: Kunal Mehta Date: Mon, 25 May 2015 10:05:05 +0000 (+0200) Subject: registration: Fix 'ResourceModules' in schema X-Git-Tag: 1.31.0-rc.0~11292^2 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=34537805fc5779e6e0a3a331a7acdc188240bd83;p=lhc%2Fweb%2Fwiklou.git registration: Fix 'ResourceModules' in schema Change-Id: I6fb833133a6d6bde42cb40eb8fd7e02f7ca9797a --- diff --git a/docs/extension.schema.json b/docs/extension.schema.json index 3b75b726e4..d5c17a1711 100644 --- a/docs/extension.schema.json +++ b/docs/extension.schema.json @@ -297,7 +297,7 @@ } } }, - "ResourceLoaderModules": { + "ResourceModules": { "type": "object", "description": "ResourceLoader modules to register", "additionalProperties": false,