refactor: rename "optional app extensions" into "all app extensions"

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-04-13 18:59:43 +02:00
parent c39561f8e2
commit 0809e01b2d
7 changed files with 13 additions and 13 deletions

View file

@ -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(),