Julien Minguely
Results
2
issues of
Julien Minguely
Hello, I'm trying to attach a media field to a term from a specific Taxonomy. ```php TaxonomyField::make($type) ->add(Field::media('image')) ->set(); ``` The code is working perfectly with a `text` field but...
Hello there, I'm building a nuxt2 website getting all data from a headless Wordpress using wp-graphql and apollo. As I need possibleTypes data, I've externalized the clientConfigs to another files,...