aboutsummaryrefslogtreecommitdiff
path: root/node_modules/components-data
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/components-data')
-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