-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhtml.html-data.json
More file actions
45 lines (45 loc) · 1.54 KB
/
html.html-data.json
File metadata and controls
45 lines (45 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"version": 1.1,
"tags": [
{
"name": "purple_border_background",
"description": "Creates a custom ninesliced Minecraft purple border background, the same one used for item hover text in Minecraft.",
"attributes": [
{ "name": "bar" },
{
"name": "baz",
"values": [
{
"name": "baz-val-1"
}
]
}
]
},
{
"name": "autofill_from_file",
"description": "Replaces its contents with the component generated by the specified file.",
"attributes": [
{
"name": "src",
"description": "The path to the JavaScript file that contains the getComponent function to generate the component's HTML content."
},
{
"name": "params",
"values": [
{
"name": "[]"
}
]
}
]
},
{
"name": "only_visible_on_themes",
"description": "Makes all elements inside of it only visible when one of the specified themes in active.",
"attributes": [{ "name": "dark" }, { "name": "light" }, { "name": "blue" }]
}
],
"globalAttributes": [],
"valueSets": []
}