Skip to content

Commit

Permalink
Reindex and reformat Blueprints
Browse files Browse the repository at this point in the history
  • Loading branch information
deployment_bot committed Feb 7, 2025
1 parent 7ece00f commit 5f59fcd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions blueprints/custom-post/blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
"categories": ["Content", "CPT"]
},
"landingPage": "/wp-admin/edit.php?post_type=gbtbooks",
"login":true,
"login": true,
"steps": [

{
"step": "mkdir",
"path": "/wordpress/wp-content/plugins/books"
Expand All @@ -26,8 +25,9 @@
"step": "activatePlugin",
"pluginPath": "books/books.php"
},
{ "step": "wp-cli",
"command":"wp post create --post_type=gbtbooks --post_title='WordPress Styling with Blocks, Patterns, Templates, and Themes' --post_content='<!-- wp:paragraph --><p>Explore WordPress styling with step-by-step guidance, practical examples, and tips by Tammie Lister</p><!-- /wp:paragraph -->' --post_status=publish"
{
"step": "wp-cli",
"command": "wp post create --post_type=gbtbooks --post_title='WordPress Styling with Blocks, Patterns, Templates, and Themes' --post_content='<!-- wp:paragraph --><p>Explore WordPress styling with step-by-step guidance, practical examples, and tips by Tammie Lister</p><!-- /wp:paragraph -->' --post_status=publish"
},
{
"step": "updateUserMeta",
Expand Down

0 comments on commit 5f59fcd

Please sign in to comment.