{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "editor-select",
  "description": "A multi-select editor",
  "dependencies": [],
  "registryDependencies": [
    "https://platejs.org/r/plate-ui.json",
    "https://platejs.org/r/select-editor-demo.json"
  ],
  "files": [
    {
      "path": "src/registry/blocks/editor-select/page.tsx",
      "content": "import EditorSelectForm from '@/registry/examples/select-editor-demo';\n\nexport default function Page() {\n  return (\n    <div className=\"flex h-screen w-full justify-center\">\n      <EditorSelectForm />\n    </div>\n  );\n}\n",
      "type": "registry:page",
      "target": "app/editor/page.tsx"
    }
  ],
  "meta": {
    "descriptionSrc": "/docs/multi-select"
  },
  "categories": [
    "Editors"
  ],
  "type": "registry:block"
}