Upcoming Features
We are constantly working to expand the capabilities of Sanity Structure Tool to make it the most powerful and flexible way to define your Sanity Studio structure via JSON.
Here is a glimpse of what's coming in future releases:
Planned Features
1. Internationalization (i18n)
Support for internationalizing display titles, menu labels, and structural descriptors using Sanity Studio's native i18n translation system. This will support passing custom translation namespace keys that dynamically adapt to the user's active studio locale.
ts
{
schemaType: 'post',
i18n: {
key: 'structure.posts.title',
default: 'Manage Posts',
},
}ts
helpers.listing('post', {
title: {
key: 'structure.posts.title',
default: 'Manage Posts',
},
});Have a Suggestion?
Is there something else you'd like to see before we hit v1.0.0? We'd love to hear your feedback! Feel free to open an issue or start a discussion on our GitHub repository.
