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
Hi, I try these docs for the BlogCategories data object & FeaturedImage for Blog but i receive these error:
Would you show me the correct configuration? Thanks
the default api:
"FeaturedImage": 13, "Categories": [ 1 ], "Tags": [ 2 ],
but i need somthing like this:
"FeaturedImage": {"ID": 13, "Link": "sample/link/address"} "Categories": [ {"ID": 1, "Link": "sample/link/address", "Title": "SampleTitle"} ],
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I try these docs for the BlogCategories data object & FeaturedImage for Blog but i receive these error:
Would you show me the correct configuration?
Thanks
the default api:
but i need somthing like this:
The text was updated successfully, but these errors were encountered: