sanity-io / language-filter

A Sanity plugin that supports filtering localized fields by language
MIT License
17 stars 1 forks source link

Nested fields in arrays doesn't show up #33

Closed kluplau closed 1 year ago

kluplau commented 1 year ago

I have made a localeString. It can filter as expected.

However it will not display if it is nested within an array.

Document > Array > Object > localeString

Even hardcoding true as return type for filterField doesn't help.