Skip to content

Commit afb7076

Browse files
authored
Merge pull request #297 from 10up/feature/plugin-preview
Add support for the WordPress.org plugin preview
2 parents 8702fe5 + b8d1821 commit afb7076

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
3+
"landingPage": "\/wp-admin\/admin.php?page=autoshare-for-twitter",
4+
"preferredVersions": {
5+
"php": "7.4",
6+
"wp": "latest"
7+
},
8+
"steps": [
9+
{
10+
"step": "login"
11+
},
12+
{
13+
"step": "installPlugin",
14+
"pluginData": {
15+
"resource": "wordpress.org\/plugins",
16+
"slug": "autoshare-for-twitter"
17+
},
18+
"options": {
19+
"activate": true
20+
}
21+
}
22+
]
23+
}

0 commit comments

Comments
 (0)