aboutsummaryrefslogtreecommitdiff
path: root/front-end/src/views/Blog/ckeditor
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-11-09 22:07:55 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2023-11-09 22:07:55 -0500
commit00582bef545a912c2f81ea359dc00c92dd991ceb (patch)
tree6ab3569d0dc78af22d22a1c033cbc4ffa3ffea36 /front-end/src/views/Blog/ckeditor
parentfe13cc073a5bcd409b96a5539d6fd308605f9ac2 (diff)
content upload progress & CKEditor update
Diffstat (limited to 'front-end/src/views/Blog/ckeditor')
-rw-r--r--front-end/src/views/Blog/ckeditor/build.ts11
1 files changed, 9 insertions, 2 deletions
diff --git a/front-end/src/views/Blog/ckeditor/build.ts b/front-end/src/views/Blog/ckeditor/build.ts
index 83b46a7..fe3e0b9 100644
--- a/front-end/src/views/Blog/ckeditor/build.ts
+++ b/front-end/src/views/Blog/ckeditor/build.ts
@@ -38,7 +38,7 @@ export const config = {
]
},
// https://ckeditor.com/docs/ckeditor5/latest/features/editor-placeholder.html#using-the-editor-configuration
- placeholder: 'Welcome to CKEditor 5!',
+ placeholder: 'Edit CMNext post content using CKEditor 5 ',
// https://ckeditor.com/docs/ckeditor5/latest/features/font.html#configuring-the-font-family-feature
fontFamily: {
options: [
@@ -120,6 +120,13 @@ export const config = {
'WProofreader',
// Careful, with the Mathtype plugin CKEditor will not load when loading this sample
// from a local file system (file://) - load this site via HTTP server if you enable MathType
- 'MathType'
+ 'MathType',
+ 'DocumentOutline',
+ 'PasteFromOfficeEnhanced',
+ 'Template',
+ 'SlashCommand',
+ 'AIAssistant',
+ 'FormatPainter',
+ 'TableOfContents'
],
} \ No newline at end of file