-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblueprint-dev.json
More file actions
38 lines (38 loc) · 981 Bytes
/
blueprint-dev.json
File metadata and controls
38 lines (38 loc) · 981 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
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/wp-admin/index.php?desktop_mode_portal=1",
"preferredVersions": {
"php": "8.1",
"wp": "6.9"
},
"features": {
"networking": true
},
"login": true,
"steps": [
{
"step": "installPlugin",
"pluginData": {
"resource": "url",
"url": "https://downloads.wordpress.org/plugin/desktop-mode.0.8.6.zip"
},
"options": { "activate": true, "targetFolderName": "desktop-mode" }
},
{
"step": "installPlugin",
"pluginData": {
"resource": "git:directory",
"url": "https://github.com/RegionallyFamous/odd",
"ref": "main",
"refType": "branch",
"path": "odd"
},
"options": { "activate": true, "targetFolderName": "odd" }
},
{
"step": "updateUserMeta",
"userId": 1,
"meta": { "desktop_mode_mode": "1", "oddout_admin_bar_hidden": "1" }
}
]
}