Skip to content
New issue

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 full configuration for BlogCategories & FeaturedImage #102

Open
Misagh90 opened this issue Jul 9, 2019 · 0 comments
Open

The full configuration for BlogCategories & FeaturedImage #102

Misagh90 opened this issue Jul 9, 2019 · 0 comments

Comments

@Misagh90
Copy link

Misagh90 commented Jul 9, 2019

Hi,
I try these docs for the BlogCategories data object & FeaturedImage for Blog but i receive these error:
Screenshot (185)

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"}
],
@Misagh90 Misagh90 changed the title The full configuration BlogCategories & FeaturedIamge The full configuration for BlogCategories & FeaturedImage Jul 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant