From: jdlrobson Date: Mon, 9 Jul 2018 23:26:15 +0000 (-0700) Subject: registration: Document ResourceLoaderImageModule's useDataURI option X-Git-Tag: 1.34.0-rc.0~4835^2 X-Git-Url: http://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=89b2e1eb2c806296d89c6bf451725905bb44c777;p=lhc%2Fweb%2Fwiklou.git registration: Document ResourceLoaderImageModule's useDataURI option Without these rules, validation will fail in any skin or extension that tries to use it. Follows-up 36252b7. Bug: T198930 Change-Id: Iee77655d4868a7d921be8cc23776a7859d9acf0c --- diff --git a/docs/extension.schema.v1.json b/docs/extension.schema.v1.json index e7e09750e4..a8f66c95ca 100644 --- a/docs/extension.schema.v1.json +++ b/docs/extension.schema.v1.json @@ -303,6 +303,9 @@ "selectorWithVariant": { "type": "string" }, + "useDataURI": { + "type": "boolean" + }, "variants": { "type": "object" }, diff --git a/docs/extension.schema.v2.json b/docs/extension.schema.v2.json index 24bfb63f82..c9d33e1898 100644 --- a/docs/extension.schema.v2.json +++ b/docs/extension.schema.v2.json @@ -306,6 +306,9 @@ "selectorWithVariant": { "type": "string" }, + "useDataURI": { + "type": "boolean" + }, "variants": { "type": "object" },