Skip to content

Commit 11ef2d2

Browse files
authored
Merge pull request #38 from dartiss/develop
Version 1.4
2 parents 8ea38d6 + 0afe287 commit 11ef2d2

File tree

7 files changed

+1595
-1444
lines changed

7 files changed

+1595
-1444
lines changed

assets/blueprints/blueprint.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"landingPage": "\/wp-admin\/options-general.php",
3+
"preferredVersions": {
4+
"php": "8.0",
5+
"wp": "latest"
6+
},
7+
"phpExtensionBundles": [
8+
"kitchen-sink"
9+
],
10+
"features": {
11+
"networking": true
12+
},
13+
"steps": [
14+
{
15+
"step": "installPlugin",
16+
"pluginZipFile": {
17+
"resource": "url",
18+
"url": "https:\/\/downloads.wordpress.org\/plugin\/pride-bar.zip"
19+
},
20+
"options": {
21+
"activate": true
22+
}
23+
},
24+
{
25+
"step": "login",
26+
"username": "admin",
27+
"password": "password"
28+
}
29+
]
30+
}

0 commit comments

Comments
 (0)