-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathasset.json
77 lines (77 loc) · 1.45 KB
/
asset.json
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "Zesty Banner",
"tags": ["banner", "zesty"],
"category": "decorations",
"model": "models/image_preview.glb",
"parameters": [
{
"id": "network",
"label": "Network",
"type": "options",
"options": [
{
"value": "polygon",
"label": "Polygon Mainnet"
},
{
"value": "rinkeby",
"label": "Rinkeby Testnet"
}
],
"default": "polygon"
},
{
"id": "space",
"label": "Space",
"type": "text",
"default": "999999"
},
{
"id": "format",
"label": "Format",
"type": "options",
"options": [
{
"value": "square",
"label": "Square (1:1)"
},
{
"value": "tall",
"label": "Tall (3:4)"
},
{
"value": "wide",
"label": "Wide (4:1)"
}
],
"default": "square"
},
{
"id": "style",
"label": "Style",
"type": "options",
"options": [
{
"value": "standard",
"label": "Standard"
},
{
"value": "minimal",
"label": "Minimal"
},
{
"value": "transparent",
"label": "Transparent"
}
],
"default": "standard"
},
{
"id": "beacon",
"label": "Beacon (For Analytics)",
"type": "boolean",
"default": true
}
],
"actions": []
}