Closed Alexnortung closed 1 year ago
Not sure if this has been changed in later versions of strapi, but when populating a component, it may be null.
example json, where video is a component that should be populated
{ "id": 2, "__component": "blocks.video-block", "length": null, "video": null }
Not sure if this has been changed in later versions of strapi, but when populating a component, it may be null.
example json, where video is a component that should be populated