Skip to content

Commit 5f59fcd

Browse files
author
deployment_bot
committed
Reindex and reformat Blueprints
1 parent 7ece00f commit 5f59fcd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

blueprints/custom-post/blueprint.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
"categories": ["Content", "CPT"]
88
},
99
"landingPage": "/wp-admin/edit.php?post_type=gbtbooks",
10-
"login":true,
10+
"login": true,
1111
"steps": [
12-
1312
{
1413
"step": "mkdir",
1514
"path": "/wordpress/wp-content/plugins/books"
@@ -26,8 +25,9 @@
2625
"step": "activatePlugin",
2726
"pluginPath": "books/books.php"
2827
},
29-
{ "step": "wp-cli",
30-
"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"
28+
{
29+
"step": "wp-cli",
30+
"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"
3131
},
3232
{
3333
"step": "updateUserMeta",

0 commit comments

Comments
 (0)