{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "file-system-block",
  "title": "File System (Finder)",
  "description": "A Finder-style file browser block that opens PDF, DOCX, PowerPoint, XLSX, and image files in large viewer dialogs.",
  "registryDependencies": [
    "@extend/file-system"
  ],
  "files": [
    {
      "path": "registry/new-york-v4/blocks/file-system-block.tsx",
      "content": "\"use client\"\n\nimport {\n  FileSystem,\n  type FileSystemProps,\n} from \"@/components/extend/file-system\"\n\nexport type FileSystemBlockProps = FileSystemProps\n// The PDF, DOCX, XLSX, and image viewer dialogs are built into FileSystem;\n// the block exists as a composed, installable example of the full browser.\nexport function FileSystemBlock(props: FileSystemBlockProps) {\n  return <FileSystem {...props} />\n}\n",
      "type": "registry:component",
      "target": "@components/blocks/file-system-block.tsx"
    }
  ],
  "categories": [
    "documents",
    "blocks"
  ],
  "type": "registry:block",
  "dependencies": []
}
