Skip to content

Commit 485e9df

Browse files
committed
added step to add a book for the list.
1 parent e31df88 commit 485e9df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

blueprints/custom-post/blueprint.json

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
{
2626
"step": "activatePlugin",
2727
"pluginPath": "books/books.php"
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='Explore WordPress styling with step-by-step guidance, practical examples, and tips by Tammie Lister' --post_status=publish"
2831
}
2932
]
3033
}

0 commit comments

Comments
 (0)