mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-15 07:34:42 -04:00
fix: add missing legacy sequence diagram app extension
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
393d408dfe
commit
3face3a3b8
2 changed files with 16 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
import { LegacySequenceDiagramAppExtension } from '../external-lib-app-extensions/sequence-diagram/legacy-sequence-diagram-app-extension'
|
||||
import { AlertAppExtension } from './alert/alert-app-extension'
|
||||
import { BasicMarkdownSyntaxAppExtension } from './basic-markdown-syntax/basic-markdown-syntax-app-extension'
|
||||
import { BlockquoteAppExtension } from './blockquote/blockquote-app-extension'
|
||||
|
@ -39,5 +40,6 @@ export const essentialAppExtensions = [
|
|||
new SpoilerAppExtension(),
|
||||
new TableOfContentsAppExtension(),
|
||||
new TaskListCheckboxAppExtension(),
|
||||
new HeadlineAnchorsAppExtension()
|
||||
new HeadlineAnchorsAppExtension(),
|
||||
new LegacySequenceDiagramAppExtension()
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue