-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmesh-manifest.json
122 lines (122 loc) · 4.13 KB
/
mesh-manifest.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"type": "theme-pack",
"displayName": "Theme Pack (custom)",
"logoIconUrl": "http://localhost:3000/badge.svg",
"badgeIconUrl": "http://localhost:3000/badge.svg",
"category": "starters",
"baseLocationUrl": "http://localhost:3000",
"locations": {
"install": {
"description": [
"This integration installs special theme extensions for Uniform Canvas extensions built for the Theme Pack.",
"This integration does not install the actual components of the starter kit. Those must be installed via 'uniform new' using the CLI, please refer to the documentation."
],
"informationUrl": "https://docs.uniform.app/docs/get-started/component-starter-kit"
},
"settings": {
"url": "/settings"
},
"canvas": {
"parameterTypes": [
{
"type": "tp-set-up-theme-parameter",
"displayName": "Theme Pack - Set Up Theme",
"editorUrl": "/editor",
"configureUrl": "/config",
"renderableInPropertyPanel": true
},
{
"type": "tp-title-style-parameter",
"displayName": "Theme Pack - Title Style",
"editorUrl": "/editor",
"configureUrl": "/config",
"renderableInPropertyPanel": true
},
{
"type": "tp-vertical-align-parameter",
"displayName": "Theme Pack - Vertical Align",
"editorUrl": "/editor",
"configureUrl": "/config",
"renderableInPropertyPanel": true
},
{
"type": "tp-horizontal-align-parameter",
"displayName": "Theme Pack - Horizontal Align",
"editorUrl": "/editor",
"configureUrl": "/config",
"renderableInPropertyPanel": true
},
{
"type": "tp-button-style-parameter",
"displayName": "Theme Pack - Button Style",
"editorUrl": "/editor",
"configureUrl": "/config?showRequired=true",
"renderableInPropertyPanel": true
},
{
"type": "tp-badge-style-parameter",
"displayName": "Theme Pack - Badge Style",
"editorUrl": "/editor",
"configureUrl": "/config?showRequired=true",
"renderableInPropertyPanel": true
},
{
"type": "tp-column-width-parameter",
"displayName": "Theme Pack - Column Width",
"editorUrl": "/editor",
"configureUrl": "/config",
"renderableInPropertyPanel": true
},
{
"type": "tp-background-type-parameter",
"displayName": "Theme Pack - Background Type",
"editorUrl": "/editor",
"configureUrl": "/config?showRequired=true",
"renderableInPropertyPanel": true
},
{
"type": "tp-items-order-parameter",
"displayName": "Theme Pack - Items Order",
"editorUrl": "/editor",
"configureUrl": "/config",
"renderableInPropertyPanel": true
},
{
"type": "tp-color-style-parameter",
"displayName": "Theme Pack - Color Style",
"editorUrl": "/editor",
"configureUrl": "/config?showRequired=true",
"renderableInPropertyPanel": true
},
{
"type": "tp-size-parameter",
"displayName": "Theme Pack - Size",
"editorUrl": "/editor",
"configureUrl": "/config/size-param",
"renderableInPropertyPanel": true
},
{
"type": "tp-opacity-parameter",
"displayName": "Theme Pack - Opacity",
"editorUrl": "/editor",
"configureUrl": "/config/opacity-param",
"renderableInPropertyPanel": true
},
{
"type": "tp-slider-parameter",
"displayName": "Theme Pack - Slider",
"editorUrl": "/editor",
"configureUrl": "/config/slider-param",
"renderableInPropertyPanel": true
},
{
"type": "tp-play-animation-parameter",
"displayName": "Theme Pack - Play Animation Button",
"editorUrl": "/editor",
"configureUrl": "/config",
"renderableInPropertyPanel": true
}
]
}
}
}