-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace Create Block Theme plugin step with shortcut #83
base: trunk
Are you sure you want to change the base?
Conversation
Replace Create Block Theme plugin step with shortcut.
Test using WordPress PlaygroundThe changes in this pull request can previewed and tested using a WordPress Playground instance. WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser. Some things to be aware of
For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation. |
Awesome. Thank you. @zaerl I guess the |
@@ -13,6 +13,9 @@ | |||
"features": { | |||
"networking": true | |||
}, | |||
"plugins": [ | |||
"create-block-theme" | |||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @zaerl, it looks like a comma is missing from the end of the array literal, and this makes the JSON invalid.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, thanks.
@bph there is currently a small syntax error in the JSON update. Otherwise, I think/hope the Playground preview remains working as expected. |
Fix: #49
Replace Create Block Theme plugin step with shortcut.