This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This is all explained in a complete guide at: | |
// https://www.sanity.io/guides/parent-child-taxonomy | |
import S from '@sanity/desk-tool/structure-builder' | |
import documentStore from 'part:@sanity/base/datastore/document' | |
import {map} from 'rxjs/operators' | |
import {FiTag} from 'react-icons/fi' | |
/** | |
* This is an example of a Structure Builder list item that: |