gatsbyjs / gatsby

The best React-based framework with performance, scalability and security built in.
https://www.gatsbyjs.com
MIT License
55.13k stars 10.33k forks source link

fix(gatsby-source-drupal): respect filter config for translations #39003

Open andrei-piatrou opened 1 month ago

andrei-piatrou commented 1 month ago

Description

Currently, if languageConfig is set entities querying does not respect filters in the same config section. The fix is simple - apply the filter if the URL is a string or an object.

Also, found an issue for this https://github.com/gatsbyjs/gatsby/issues/38277