jaredcbaum
jaredcbaum
``` { codeBlock: { // Option to show copy button showCopy: boolean; // default true // Option to show wrap button showWrap: boolean; // default true // Option to control...
I am running Kinsta and PHP 8.0 and am encountering the same problem. On the latest graphql Gutenberg plugin version (0.4.1), I had to SSH into the `wp-graphql-gutenberg` plugin and...
This should be considered as an alternative for those using javascript: https://github.com/wpengine/faustjs it uses [`wp-graphql-content-blocks`](https://github.com/wpengine/wp-graphql-content-blocks) under the hood instead of [`wp-graphql-gutenberg`](https://github.com/pristas-peter/wp-graphql-gutenberg)
https://vercel.com/docs/functions/serverless-functions/runtimes/node-js#version-overrides-in-package.json The docs say that the `engines.node` field **dictates** which version may be selected from the Vercel UI dropdown. This tells me that you cannot purely override what is selected...
> Hey @jaredcbaum. Does installing the plugin using the [releases tab](https://github.com/wpengine/wp-graphql-content-blocks/releases/tag/v4.0.0) work? I get the same error installing version 4.0.0 and version 3.1.2 from the releases tab.