Skip to content

Commit f2ca379

Browse files
committed
Add playground blueprint and live demo badge
Add blueprints/demo.json to provide a WordPress Playground blueprint that auto-logs in (admin/password), installs and activates the plugin from the repository ZIP, and targets PHP 8.0 + latest WP. Update readme.md to include a Live Demo badge linking to the new blueprint URL so users can quickly launch the demo environment.
1 parent 0be8043 commit f2ca379

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

blueprints/demo.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
3+
"landingPage": "/wp-admin/admin.php?page=wp-bulk-pages-generator",
4+
"preferredVersions": {
5+
"php": "8.0",
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": "url",
18+
"url": "https://github.com/boopathirbk/wp-bulk-pages-generator/archive/refs/heads/main.zip"
19+
},
20+
"options": {
21+
"activate": true
22+
}
23+
}
24+
]
25+
}

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
**Deploy Landing Pages, SEO Silos, and Content Batches in Seconds with the Speed of Geist.**
88

9+
[![Live Demo](https://img.shields.io/badge/Live-Demo-blue?style=for-the-badge&logo=wordpress)](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/boopathirbk/wp-bulk-pages-generator/main/blueprints/demo.json)
910
[![Latest Release](https://img.shields.io/github/v/release/boopathirbk/wp-bulk-pages-generator?style=for-the-badge&color=2271b1&label=Version)](https://github.com/boopathirbk/wp-bulk-pages-generator/releases/latest)
1011
[![Download Latest](https://img.shields.io/badge/Download-Latest%20.ZIP-success?style=for-the-badge&logo=github)](https://github.com/boopathirbk/wp-bulk-pages-generator/releases/latest/download/wp-bulk-pages-generator.zip)
1112
[![WCAG 2.2 AA](https://img.shields.io/badge/A11y-WCAG%202.2%20AA-success?style=for-the-badge)](https://www.w3.org/WAI/standards-guidelines/wcag/)

0 commit comments

Comments
 (0)