diff options
Diffstat (limited to 'node_modules/components-data/image.json')
-rw-r--r-- | node_modules/components-data/image.json | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/node_modules/components-data/image.json b/node_modules/components-data/image.json index 4a90ec5b..d6080196 100644 --- a/node_modules/components-data/image.json +++ b/node_modules/components-data/image.json | |||
@@ -8,14 +8,20 @@ | |||
8 | "properties": [ | 8 | "properties": [ |
9 | 9 | ||
10 | { | 10 | { |
11 | "name": "label", | 11 | "name": "alt", |
12 | "type": "string", | 12 | "type": "string", |
13 | "default": "Button" | 13 | "default": "" |
14 | }, | 14 | }, |
15 | { | 15 | { |
16 | "name": "enabled", | 16 | "name": "src", |
17 | "type": "boolean", | 17 | "type": "string", |
18 | "default": "true" | 18 | "default": "" |
19 | }, | ||
20 | { | ||
21 | "name": "title", | ||
22 | "type": "string", | ||
23 | "default": "" | ||
19 | } | 24 | } |
25 | |||
20 | ] | 26 | ] |
21 | } \ No newline at end of file | 27 | } \ No newline at end of file |