Support nested properties inside block.json attributes #222
Labels
good first issue
Issue that doesn't require previous experience with codebase
help wanted
Issue with a clear description that the community can help with
type: feature
New functionality being added
I'd like the plugin to support object properties inside attributes like:
Currently any
"type": "object"
falls into the generic BlockAttributesObject type, and it seems I can't even extend it withregister_graphql_field('MyBlock', 'film', ...
.The text was updated successfully, but these errors were encountered: