Theofanis Despoudis

Results 245 comments of 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",...

Hello @justlevine. Just to get this right. Is this a generalization of the `Anchor` supports interface that we implemented here? https://github.com/wpengine/wp-graphql-content-blocks/blob/708ab892a938c004468785b9835d984ac4eff9ec/includes/Field/BlockSupports/Anchor.php So now we want to add more Attribute interfaces...

@justlevine sure. It looks like a good improvement. Is it OK with you If we cut some tickets in the backlog for this based on your PR?

Hey @Bowriverstudio thank you for the suggestion. It's true that currently there are some issues using App Router with Blocks. There is an RFC that needs to be ironed out...

> I hope to take a look at this shortly. @justlevine were you able to take a look as well please?

@brysonchiu I think you need to add this to your block.json ``` supports: { anchor: true } ``` Then you should be able to extract the "anchor" attribute from the...