Skip to content

Commit 2683faa

Browse files
authored
Merge pull request #595 from szymonmasternak/fix/insert-category-support
Documentation update to support insert category
2 parents be3ce48 + 13616d5 commit 2683faa

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

website/src/content/docs/react/code-examples/viewer/disable-categories-example.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export default function DisableCategoriesExample({
5353
{ id: 'document-print', label: 'Print' },
5454
{ id: 'document-export', label: 'Export' },
5555
{ id: 'panel', label: 'Sidebars' },
56+
{ id: 'insert', label: 'Insert'}
5657
]
5758

5859
const toggleCategory = (categoryId: string) => {

website/src/content/docs/react/viewer/customizing-ui.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Categories are hierarchical—disabling a parent category (e.g., `annotation`) d
6161
| **Tools** | `tools`, `pan`, `pointer`, `capture` |
6262
| **Selection** | `selection`, `selection-copy` |
6363
| **History** | `history`, `history-undo`, `history-redo` |
64+
| **Insert** | `insert`, `insert-rubber-stamp`, `insert-signature`, `insert-image` |
6465

6566
## Advanced Customization
6667

website/src/content/docs/snippet/code-examples/disable-categories-example.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export default function DisableCategoriesExample({
5353
{ id: 'document-print', label: 'Print' },
5454
{ id: 'document-export', label: 'Export' },
5555
{ id: 'panel', label: 'Sidebars' },
56+
{ id: 'insert', label: 'Insert' },
5657
]
5758

5859
const toggleCategory = (categoryId: string) => {

website/src/content/docs/snippet/customizing-ui.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Categories are hierarchical—disabling a parent category (e.g., `annotation`) d
5555
| **Tools** | `tools`, `pan`, `pointer`, `capture` |
5656
| **Selection** | `selection`, `selection-copy` |
5757
| **History** | `history`, `history-undo`, `history-redo` |
58+
| **Insert** | `insert`, `insert-rubber-stamp`, `insert-signature`, `insert-image` |
5859

5960
## Quick Start: Replacing a Toolbar Button
6061

website/src/content/docs/svelte/viewer/customizing-ui.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Categories are hierarchical—disabling a parent category (e.g., `annotation`) d
5656
| **Tools** | `tools`, `pan`, `pointer`, `capture` |
5757
| **Selection** | `selection`, `selection-copy` |
5858
| **History** | `history`, `history-undo`, `history-redo` |
59+
| **Insert** | `insert`, `insert-rubber-stamp`, `insert-signature`, `insert-image` |
5960

6061
## Advanced Customization
6162

website/src/content/docs/vue/viewer/customizing-ui.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ Categories are hierarchical—disabling a parent category (e.g., `annotation`) d
5858
| **Tools** | `tools`, `pan`, `pointer`, `capture` |
5959
| **Selection** | `selection`, `selection-copy` |
6060
| **History** | `history`, `history-undo`, `history-redo` |
61+
| **Insert** | `insert`, `insert-rubber-stamp`, `insert-signature`, `insert-image` |
6162

6263
## Advanced Customization
6364

0 commit comments

Comments
 (0)