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
API doesn't allow saving a post with content: [] (refs https://github.com/the-grid/apis/issues/578), but when I delete all content in Ed, getContent returns [].
content: []
getContent
[]
That means that currently, when I remove all content from a post, saving will fail with an error message on Android.
A solution could be for Ed to treat an empty document as <p />. Or we could allow saving empty documents to API.
<p />
cc @bergie
The text was updated successfully, but these errors were encountered:
Currently both Ed and API(?) strip blank blocks. It would be nicer if Ed could save empty blocks, and get them back from API.
Filtering them out could happen between API and DS.
Sorry, something went wrong.
No branches or pull requests
API doesn't allow saving a post with
content: []
(refs https://github.com/the-grid/apis/issues/578), but when I delete all content in Ed,getContent
returns[]
.That means that currently, when I remove all content from a post, saving will fail with an error message on Android.
A solution could be for Ed to treat an empty document as
<p />
. Or we could allow saving empty documents to API.cc @bergie
The text was updated successfully, but these errors were encountered: