We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Is your feature request related to a problem? Please describe. After v3.20.0 Desk is now Structure
Describe the solution you'd like The readme in this project describes installation as
import { deskTool, StructureBuilder } from 'sanity/structure' export default defineConfig({ //... plugins: [ deskTool({ structure: (S, context) => {
Describe alternatives you've considered This should be updated to
import { structureTool } from 'sanity/structure' export default defineConfig({ //... plugins: [ structureTool({ structure: (S, context) => {
The text was updated successfully, but these errors were encountered:
Fixed in #99
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
After v3.20.0 Desk is now Structure
Describe the solution you'd like
The readme in this project describes installation as
Describe alternatives you've considered
This should be updated to
The text was updated successfully, but these errors were encountered: