-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdebug.json
More file actions
39 lines (39 loc) · 761 Bytes
/
debug.json
File metadata and controls
39 lines (39 loc) · 761 Bytes
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
{
"landingPage": "/wp-admin/admin.php?page=minifair",
"login": true,
"features": {
"networking": true
},
"phpExtensionBundles": [
"kitchen-sink"
],
"steps": [
{
"step": "defineWpConfigConsts",
"consts": {
"WP_DEBUG": true
}
},
{
"step": "installPlugin",
"pluginData": {
"resource": "wordpress.org/plugins",
"slug": "query-monitor"
},
"options": {
"activate": true
}
},
{
"step": "installPlugin",
"pluginData": {
"resource": "url",
"url": "https://Amnestyam.github.io/mini-fair-zip/mini-fair-v-0-1.zip"
}
},
{
"step": "rm",
"path": "/wordpress/wp-content/plugins/hello.php"
}
]
}