aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data/anchor.json
diff options
context:
space:
mode:
authorValerio Virgillito2012-02-14 23:47:19 -0800
committerValerio Virgillito2012-02-14 23:47:19 -0800
commitf2f6ed48634ee4d74dd780c66e58c6b1e00234dd (patch)
tree0abee206fae85b63a0db16ab7a014a5566f3a7e0 /node_modules/components-data/anchor.json
parent69f0dbbe2ebbbc8d7fa89afe1a7078d0fe206be9 (diff)
downloadninja-f2f6ed48634ee4d74dd780c66e58c6b1e00234dd.tar.gz
Completing the anchor element
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'node_modules/components-data/anchor.json')
-rw-r--r--node_modules/components-data/anchor.json35
1 files changed, 30 insertions, 5 deletions
diff --git a/node_modules/components-data/anchor.json b/node_modules/components-data/anchor.json
index b0284c7e..04faf04d 100644
--- a/node_modules/components-data/anchor.json
+++ b/node_modules/components-data/anchor.json
@@ -8,14 +8,39 @@
8 "properties": [ 8 "properties": [
9 9
10 { 10 {
11 "name": "label", 11 "name": "textContent",
12 "type": "string", 12 "type": "string",
13 "default": "Button" 13 "default": ""
14 }, 14 },
15 { 15 {
16 "name": "enabled", 16 "name": "href",
17 "type": "boolean", 17 "type": "string",
18 "default": "true" 18 "default": ""
19 },
20 {
21 "name": "hreflang",
22 "type": "string",
23 "default": ""
24 },
25 {
26 "name": "media",
27 "type": "string",
28 "default": ""
29 },
30 {
31 "name": "rel",
32 "type": "string",
33 "default": ""
34 },
35 {
36 "name": "target",
37 "type": "string",
38 "default": ""
39 },
40 {
41 "name": "type",
42 "type": "string",
43 "default": ""
19 } 44 }
20 ] 45 ]
21} \ No newline at end of file 46} \ No newline at end of file