Skip to content

Commit

Permalink
Add blocky-formats Blueprint
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel authored Nov 18, 2024
1 parent 9e7c093 commit 4fac031
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions blueprints/blocky-formats/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": "Markdown and Trac Syntax Editor",
"description": "Edit Markdown and Trac formatting in the block editor thanks to the blocky-formats plugin!",
"author": "adamziel",
"categories": ["block-editor"]
},
"login": true,
"landingPage": "/wp-admin/post-new.php",
"steps": [
{
"step": "installPlugin",
"options": {
"activate": true,
"targetFolderName": "blocky-formats"
},
"pluginData": {
"resource": "git:directory",
"url": "https://github.com/dmsnell/blocky-formats.git",
"ref": "trunk",
"path": ""
}
}
]
}

0 comments on commit 4fac031

Please sign in to comment.