-
Notifications
You must be signed in to change notification settings - Fork 0
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
Create the post-edit block to replace the [post-edit] shortcode #1
Comments
Initial build failed.
|
Because the build failed this leads to Notice: register_block_script_handle was called incorrectly. The asset file for the "editorScript" defined in the "oik-sb/sb-post-edit-block" block definition is missing. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in C:\apache\htdocs\wordpress\wp-includes\functions.php on line 5313 when the plugin is activated. |
According to https://stackoverflow.com/questions/40090111/postcss-error-object-object-is-not-a-postcss-plugin This worked for me. |
… from the thisis theme's functions.php
Now that v0.1.0 is available, I have to implement the block in the following themes: Fizzie, SB, ThisIs ( already done?) and Wizzie.
|
Create the plugin using
npx @wordpress/create-block
Creating a new WordPress block in "sb-post-edit-block" folder.
The text was updated successfully, but these errors were encountered: