Skip to content

Commit

Permalink
Add WordPress playground blueprint (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
candy02058912 authored Aug 30, 2024
1 parent ca86831 commit cdba188
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"meta": {
"title": "Create Content Model latest",
"description": "Installs the latest version of create-content-model plugin to WordPress Playground",
"author": "Automattic",
"categories": [ "Content", "CPT" ]
},
"landingPage": "/wp-admin/",
"steps": [
{
"step": "login"
},
{
"step": "installPlugin",
"pluginZipFile": {
"resource": "url",
"url": "https://raw.githubusercontent.com/Automattic/create-content-model-releases/latest/create-content-model.zip"
}
},
{
"step": "activatePlugin",
"pluginPath": "create-content-model/create-content-model.php"
}
]
}

0 comments on commit cdba188

Please sign in to comment.