registration: Document ResourceLoaderImageModule's useDataURI option
authorjdlrobson <jdlrobson@gmail.com>
Mon, 9 Jul 2018 23:26:15 +0000 (16:26 -0700)
committerLegoktm <legoktm@member.fsf.org>
Tue, 10 Jul 2018 00:23:33 +0000 (00:23 +0000)
Without these rules, validation will fail in any skin or
extension that tries to use it.

Follows-up 36252b7.

Bug: T198930
Change-Id: Iee77655d4868a7d921be8cc23776a7859d9acf0c

docs/extension.schema.v1.json
docs/extension.schema.v2.json

index e7e0975..a8f66c9 100644 (file)
                                                                "selectorWithVariant": {
                                                                        "type": "string"
                                                                },
+                                                               "useDataURI": {
+                                                                       "type": "boolean"
+                                                               },
                                                                "variants": {
                                                                        "type": "object"
                                                                },
index 24bfb63..c9d33e1 100644 (file)
                                                                "selectorWithVariant": {
                                                                        "type": "string"
                                                                },
+                                                               "useDataURI": {
+                                                                       "type": "boolean"
+                                                               },
                                                                "variants": {
                                                                        "type": "object"
                                                                },