Skip to content

Commit

Permalink
Merge pull request #129 from mostafaznv/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
mostafaznv authored May 1, 2024
2 parents 2fc02bf + 591c2f2 commit 658c0be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions config/nova-ckeditor.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
'mediaEmbed',
'link',
'resizeImage',
'insertImage',
'|',
'bold',
'italic',
Expand Down
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion resources/js/ckeditor/ckeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ import MediaEmbed from '@ckeditor/ckeditor5-media-embed/src/mediaembed'
import HtmlEmbed from '@ckeditor/ckeditor5-html-embed/src/htmlembed'
import ImageTextAlternative from '@ckeditor/ckeditor5-image/src/imagetextalternative'
import {LinkImage} from '@ckeditor/ckeditor5-link'
import { ImageInsert } from '@ckeditor/ckeditor5-image'
import {ImageInsert} from '@ckeditor/ckeditor5-image'


// Intend
import Indent from '@ckeditor/ckeditor5-indent/src/indent';
Expand Down

0 comments on commit 658c0be

Please sign in to comment.