Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Feb 26, 2025
1 parent d9e253f commit a8ec49d
Show file tree
Hide file tree
Showing 7 changed files with 78 additions and 58 deletions.
8 changes: 8 additions & 0 deletions apps/www/public/r/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,10 @@
{
"route": "/docs/suggestion"
}
],
"examples": [
"comments-demo",
"comments-pro"
]
},
"files": [
Expand All @@ -335,6 +339,10 @@
{
"route": "/docs/suggestion"
}
],
"examples": [
"comments-demo",
"comments-pro"
]
},
"files": [
Expand Down
3 changes: 3 additions & 0 deletions apps/www/public/r/styles/default/block-selection-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
}
],
"name": "block-selection-plugins",
"registryDependencies": [
"block-selection"
],
"type": "registry:component",
"$schema": "https://platejs.org/schema/registry-item.json",
"author": "udecode (https://platejs.org)"
Expand Down
4 changes: 4 additions & 0 deletions apps/www/public/r/styles/default/suggestion-leaf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
{
"route": "/docs/suggestion"
}
],
"examples": [
"comments-demo",
"comments-pro"
]
},
"files": [
Expand Down
4 changes: 4 additions & 0 deletions apps/www/public/r/styles/default/suggestion-line-break.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
{
"route": "/docs/suggestion"
}
],
"examples": [
"comments-demo",
"comments-pro"
]
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion apps/www/src/__registry__/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1946,7 +1946,7 @@ export const Index: Record<string, any> = {
name: "block-selection-plugins",
description: "",
type: "registry:component",
registryDependencies: undefined,
registryDependencies: ["block-selection"],
files: [{
path: "src/registry/default/components/editor/plugins/block-selection-plugins.tsx",
type: "registry:component",
Expand Down
1 change: 1 addition & 0 deletions apps/www/src/registry/registry-components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ const plugins: Registry['items'] = [
},
],
name: 'block-selection-plugins',
registryDependencies: ['block-selection'],
type: 'registry:component',
},
{
Expand Down
Loading

0 comments on commit a8ec49d

Please sign in to comment.