-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpluginMachine.json
50 lines (50 loc) · 1.42 KB
/
pluginMachine.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
{
"slug": "three-object-viewer",
"pluginId": 166,
"buildId": 172,
"entryPoints": {
"adminPages": [
"three-object-viewer-settings"
],
"proAdminPages": [
"three-object-viewer-pro-settings"
],
"blocks": [
"three-object-block",
"environment",
"model-block",
"npc-block",
"sky-block",
"three-image-block",
"three-video-block",
"three-audio-block",
"three-light-block",
"three-portal-block",
"three-text-block",
"spawn-point-block"
],
"proBlocks": [
"three-mirror-block"
]
},
"buildIncludes": [
"three-object-viewer.php",
"readme.txt",
"php",
"vendor",
"build",
"blocks/three-object-block/init.php",
"blocks/environment/init.php",
"blocks/model-block/init.php",
"blocks/npc-block/init.php",
"blocks/sky-block/init.php",
"blocks/three-text-block/init.php",
"blocks/three-image-block/init.php",
"blocks/three-video-block/init.php",
"blocks/three-portal-block/init.php",
"blocks/spawn-point-block/init.php",
"blocks/three-mirror-block/init.php",
"admin/three-object-viewer-settings/init.php",
"pro/admin/three-object-viewer-pro-settings/init.php"
]
}