Skip to content

Commit

Permalink
working correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniBitZesty committed Jul 10, 2024
1 parent 126e4a5 commit a86559d
Show file tree
Hide file tree
Showing 5 changed files with 514 additions and 514 deletions.
4 changes: 2 additions & 2 deletions app/assets/javascripts/ckeditor/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ CKEDITOR.editorConfig = function (config) {
{name: "paragraph", items: ["NumberedList", "BulletedList", "-", "Outdent", "Indent", "-", "JustifyLeft", "JustifyCenter", "JustifyRight", "JustifyBlock"]}
];
config.toolbar = "mini";
config.extraPlugins = 'wordcount';
// config.extraPlugins = 'wordcount';

config.wordcount = {
showParagraphs: false,
showWordCount: true
showWordCount: false
};

config.removePlugins = 'elementspath,contextmenu,liststyle,tabletools,tableselection';
Expand Down
Loading

0 comments on commit a86559d

Please sign in to comment.