We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 a [blocks] shortcode that can be used to display the original content of the post.
The purpose being to be able to see the raw content on the front end, without any reliance on the JavaScript code.
The shortcode should provide some value add. Such as providing a summary of the blocks in the page. Again, it's mostly educational.
Optionally, create a blocks block that does the same thing.
The text was updated successfully, but these errors were encountered:
Issue #3 - add a [blocks] shortcode
4b9962a
Issue #3 - Check if the new Editor is active
d31e2c3
Issue #3 - Display a Warning when the New editor is not activated
85ed445
Issue #3 - see what gutenberg_parse_blocks produces
9f6b6c7
bobbingwide
No branches or pull requests
Requirement
Create a [blocks] shortcode that can be used to display the original content of the post.
The purpose being to be able to see the raw content on the front end, without any reliance on the JavaScript code.
The shortcode should provide some value add. Such as providing a summary of the blocks in the page.
Again, it's mostly educational.
Optionally, create a blocks block that does the same thing.
The text was updated successfully, but these errors were encountered: