Stephane Demotte
Stephane Demotte
If someone is looking to output thefield with wp-graphql or if the author would support wp-graphql, here a fix ``` add_filter('wpgraphql_acf_supported_fields', function ($supported_fields) { array_push($supported_fields, 'medium_editor'); return $supported_fields; }); add_filter('wpgraphql_acf_register_graphql_field',...
Hello postcss 8 support could be cool ! I've try [here](https://github.com/stephanedemotte/postcss-inline-media) with no success, i'm stuck with this message `PostCSS plugin did not pass the `from` option to `postcss.parse`. This...
Hello Got a error with pixi 7 ``` ct.Sprite is not a constructor ``` Anyone can help ?
Hello, How can i have the `style.css` ? I got only a js file. ``` { "index.js": "index.46558eb7.js" } ``` Thanks for the plugin !!
Hello Craft-routemap for Craft 5 could be very usefull for a lot of us :) I've not the skill to make the update, but if you have time to make...
Hello can we use this plugin but only for specific flexible field ?
### Describe the bug Hello, I've a weird issue, when i return promise on onNavigation, until the promise was resolve, if i "re-click" on the same link, the url "toggle"...
Hello i try to use SugarSS https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/preprocess.md How can i tell to the plugin to use sass syntax when `` is used ? Thank you !