Skip to content

Commit cdba188

Browse files
Add WordPress playground blueprint (#79)
1 parent ca86831 commit cdba188

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

blueprint.json

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
3+
"meta": {
4+
"title": "Create Content Model latest",
5+
"description": "Installs the latest version of create-content-model plugin to WordPress Playground",
6+
"author": "Automattic",
7+
"categories": [ "Content", "CPT" ]
8+
},
9+
"landingPage": "/wp-admin/",
10+
"steps": [
11+
{
12+
"step": "login"
13+
},
14+
{
15+
"step": "installPlugin",
16+
"pluginZipFile": {
17+
"resource": "url",
18+
"url": "https://raw.githubusercontent.com/Automattic/create-content-model-releases/latest/create-content-model.zip"
19+
}
20+
},
21+
{
22+
"step": "activatePlugin",
23+
"pluginPath": "create-content-model/create-content-model.php"
24+
}
25+
]
26+
}

0 commit comments

Comments
 (0)