Carmine Colicino

Results 11 comments of Carmine Colicino

It looks like the only way to pass the schema validation is to add the `rich-text` type to the `ValidatorHelper` `JSON_TYPES` array, e.g. ```

@noonstudio you also need to change a couple other files 1. https://github.com/pristas-peter/wp-graphql-gutenberg/blob/bacabca662698871ecc8b297c7af3b5b95d431c1/src/Schema/Types/BlockTypes.php#L45 needs to be ``` case 'rich-text': case 'string': $type = 'String'; break; ``` 2. https://github.com/pristas-peter/wp-graphql-gutenberg/blob/bacabca662698871ecc8b297c7af3b5b95d431c1/src/Blocks/Block.php#L60 needs to be...

Hi @Vdeub-cloudinary and thanks for the update. Just so you know, the issue also happens when saving a regular page, it doesn't seem to affect only block patterns. (version 3.2.2)...

Hi @Vdeub-cloudinary with the latest version of the plugin (3.2.4) most of the validation issues have been fixed, however there is still one remaining ``` Content generated by `save` function:...

@Vdeub-cloudinary it also happens for newly created _patterns_, yes

@Vdeub-cloudinary sure, here's the report from a local environment [cloudinary-report-1737551388.json](https://github.com/user-attachments/files/18505917/cloudinary-report-1737551388.json) We're not using the `big_image_size_threshold` filter in our codebase. Actually the configuration in the backend is kept to a bare...

@Vdeub-cloudinary sure! Wed 5 Feb: 14:00-18:00 (CET) Thu 6 Feb: 16:00-18:00 (CET) Fri 7 Feb: 14:00-18:00 (CET) Mon 10 Feb: 14:00-18:00 (CET) Tue 11 Feb: 14:00-16:00 (CET) Thanks!

Hi @Vdeub-cloudinary, sorry I was out of office the last couple of weeks. I'll test @dero's approach and report back asap, thanks!

Hey @Vdeub-cloudinary, I've tested the snippet above and whilst it solves the validation issue, it also stops the asset delivery altogether instead of the transformations only, as images are now...

hey @Vdeub-cloudinary - we haven't yet released the new version to the production environment, but I'll keep you posted. Thank you!