Closed darronz closed 1 month ago
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) => {
Fixed in #99
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