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
Gutenberg allows to save posts with empty blocks, for example:
Instead:
Actually, for a brief moment you will see the Save draft button changed in "Saved" together with the "Updating failed" warning. A bit confusing:
After that, "Saved" turns back into "Save Draft":
The API response is: {"code":"empty_content","message":"Content, title, and excerpt are empty.","data":{"status":400}}
{"code":"empty_content","message":"Content, title, and excerpt are empty.","data":{"status":400}}
Instead, saving a post with only an empty paragraph returns the whole post data, with an empty paragraphs as content: "<p><\/p>\n"
"<p><\/p>\n"
The text was updated successfully, but these errors were encountered:
Duplicate of #6556
Sorry, something went wrong.
No branches or pull requests
Gutenberg allows to save posts with empty blocks, for example:
Instead:
Actually, for a brief moment you will see the Save draft button changed in "Saved" together with the "Updating failed" warning. A bit confusing:
After that, "Saved" turns back into "Save Draft":
The API response is:
{"code":"empty_content","message":"Content, title, and excerpt are empty.","data":{"status":400}}
Instead, saving a post with only an empty paragraph returns the whole post data, with an empty paragraphs as content:
"<p><\/p>\n"
The text was updated successfully, but these errors were encountered: