ChangeTag::createTagWithChecks calls ChangeTag::canCreateTag()
[lhc/web/wiklou.git] / docs / extension.schema.v2.json
index 31edbd0..24212a9 100644 (file)
                                                                "class": {
                                                                        "enum": ["ResourceLoaderImageModule"]
                                                                },
+                                                               "defaultColor": {
+                                                                       "type": "string"
+                                                               },
                                                                "data": {
                                                                        "type": "string"
                                                                },
                                                                "selectorWithVariant": {
                                                                        "type": "string"
                                                                },
+                                                               "useDataURI": {
+                                                                       "type": "boolean"
+                                                               },
                                                                "variants": {
                                                                        "type": "object"
                                                                },
                        "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"