Skip to content

Commit 0e05533

Browse files
authored
Merge pull request #14 from BeAPI/chore/blueprint
chore: add WordPress Playground blueprint
2 parents a8818d6 + f2ff849 commit 0e05533

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Blockparty — Modal
22

3+
[![Test with WordPress Playground](https://img.shields.io/badge/Test%20with-WordPress%20Playground-0073aa?style=for-the-badge&logo=wordpress&logoColor=white)](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/beapi/blockparty-modal/refs/heads/main/blueprint.json)
34
[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/gpl-2.0)
45
[![WordPress: 6.8+](https://img.shields.io/badge/WordPress-6.8+-green.svg)](https://wordpress.org/)
56
[![PHP: 8.1+](https://img.shields.io/badge/PHP-8.1+-purple.svg)](https://php.net/)

blueprint.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
3+
"landingPage": "/wp-admin/post-new.php",
4+
"preferredVersions": {
5+
"php": "8.1",
6+
"wp": "latest"
7+
},
8+
"steps": [
9+
{
10+
"step": "login",
11+
"username": "admin",
12+
"password": "password"
13+
},
14+
{
15+
"step": "installPlugin",
16+
"pluginData": {
17+
"resource": "git:directory",
18+
"url": "https://github.com/BeAPI/blockparty-modal",
19+
"ref": "1.0.4",
20+
"refType": "tag"
21+
},
22+
"options": {
23+
"activate": true,
24+
"targetFolderName": "blockparty-modal"
25+
}
26+
}
27+
]
28+
}

0 commit comments

Comments
 (0)