mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-15 07:34:42 -04:00
refactor: rename "optional app extensions" into "all app extensions"
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
c39561f8e2
commit
0809e01b2d
7 changed files with 13 additions and 13 deletions
|
@ -49,7 +49,7 @@ const thirdPartyIntegrationAppExtensions: AppExtension[] = [
|
|||
/**
|
||||
* This array defines additional app extensions that are used in the editor, read only page and slideshow.
|
||||
*/
|
||||
export const optionalAppExtensions: AppExtension[] = [
|
||||
export const allAppExtensions: AppExtension[] = [
|
||||
...thirdPartyIntegrationAppExtensions,
|
||||
new AlertAppExtension(),
|
||||
new BlockquoteAppExtension(),
|
Loading…
Add table
Add a link
Reference in a new issue