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
The following incoming properties:
{ "type": "entry", "name": "", "content": "Note content", }
are perceived to be that of an article post type, even though there is in effect no title.
No response
Empty properties should be ignored.
Added a unit test for this use case, and am seeing the issue as reported to me by @gerwitz.
The text was updated successfully, but these errors were encountered:
fix(endpoint-micropub): ignore empty name property in PTD. fixes #756
80c5260
02baa2b
beafcea
6bbb284
paulrobertlloyd
Successfully merging a pull request may close this issue.
Description of the bug
The following incoming properties:
are perceived to be that of an article post type, even though there is in effect no title.
Steps to reproduce
No response
Expected behaviour
Empty properties should be ignored.
Environment
Additional context
Added a unit test for this use case, and am seeing the issue as reported to me by @gerwitz.
The text was updated successfully, but these errors were encountered: