{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "indent-base-kit",
  "dependencies": [
    "@platejs/indent"
  ],
  "registryDependencies": [],
  "files": [
    {
      "path": "src/registry/components/editor/plugins/indent-base-kit.tsx",
      "content": "import { BaseIndentPlugin } from '@platejs/indent';\nimport { KEYS } from 'platejs';\n\nexport const BaseIndentKit = [\n  BaseIndentPlugin.configure({\n    inject: {\n      targetPlugins: [\n        ...KEYS.heading,\n        KEYS.p,\n        KEYS.blockquote,\n        KEYS.codeBlock,\n        KEYS.toggle,\n      ],\n    },\n    options: {\n      offset: 24,\n    },\n  }),\n];\n",
      "type": "registry:component",
      "target": "@components/editor/plugins/indent-base-kit.tsx"
    }
  ],
  "type": "registry:component"
}