Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Nov 6, 2024
1 parent 314c7bb commit 5ac3b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/www/public/r/styles/default/block-menu-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"files": [
{
"content": "'use client';\n\nimport { BlockMenuPlugin } from '@udecode/plate-selection/react';\n\nimport { blockSelectionPlugins } from './block-selection-plugins';\nimport { BlockContextMenu } from '@/components/plate-ui/block-context-menu';\n\nexport const blockMenuPlugins = [\n ...blockSelectionPlugins,\n BlockMenuPlugin.configure({\n render: { aboveEditable: BlockContextMenu },\n }),\n] as const;\n",
"content": "'use client';\n\nimport { BlockMenuPlugin } from '@udecode/plate-selection/react';\n\nimport { BlockContextMenu } from '@/components/plate-ui/block-context-menu';\n\nimport { blockSelectionPlugins } from './block-selection-plugins';\n\nexport const blockMenuPlugins = [\n ...blockSelectionPlugins,\n BlockMenuPlugin.configure({\n render: { aboveEditable: BlockContextMenu },\n }),\n] as const;\n",
"path": "components/editor/plugins/block-menu-plugins.ts",
"target": "components/editor/plugins/block-menu-plugins.ts",
"type": "registry:component"
Expand Down

0 comments on commit 5ac3b01

Please sign in to comment.