Theofanis Despoudis
Theofanis Despoudis
Hey @jan-clockworkwp. Thank you for the report. I followed the steps you mentioned above, but I was able to query the new boolean field so I wasn't able to reproduce...
@jan-clockworkwp https://github.com/wpengine/wp-graphql-content-blocks/releases/tag/v4.0.1 Should contain a fix for this issue. Please verify that it works and I can close this issue.
Hey @jan-clockworkwp. Thank you. Would you be able to submit a. PR for this change?
Hey @MKlblangenois. Looking at the core/list-item block.json spec it looks like this is the expected behavior. The content attribute for this is located here: https://github.com/WordPress/gutenberg/blob/trunk/packages/block-library/src/list-item/block.json ``` "content": { "type": "rich-text",...