Duncan McClean
Duncan McClean
Access to the repository would be great, thanks!
You can filter entries by taxonomies like this: ```graphql query MyQuery { entries( collection: "articles" filter: {article_categories: {contains: "slapen"}} ) { data { id title } } } ```
Ah, yeah. I was just referencing the answer to a previous discussion: #4983
Thanks for this pull request! This toast has been driving me mad for months 😅 > Go to login page > Click «Forgot password» > Click «I remember my password»...
> The Spacer Field also ends in the Form Mail 😢 Fixed in #10710.
What is the `servers` field? Can you share the field config from the blueprint's YAML file? Also, are you able to share the data for the `servers` field that's causing...
Thanks! Can you share the blueprint for the `marketplace` collection?
Let's try and rule out it being an infinite loop / circular reference loop... Can you try commenting out the various Entries fields from the blueprint, and see if that...
Good find!
This is ready for review now. The only thing I noticed while testing this PR on a real site was the fact that the `GlobalVariablesSaved` event is dispatched for *every*...