Skip to content

Commit

Permalink
Merge pull request #119 from mostafaznv/dev
Browse files Browse the repository at this point in the history
fix: import linkImage plugin
  • Loading branch information
mostafaznv authored Mar 22, 2024
2 parents 43995a8 + 5fc3ecc commit e2b3e62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": "^8.1",
"intervention/image": "^3.1.0",
"laravel/framework": "^9.0|^10.0|^11.0",
"laravel/framework": "^10.0|^11.0",
"laravel/nova": "^4.13",
"mostafaznv/nova-video": "^6.1.0",
"nova-kit/nova-packages-tool": "^1.2",
Expand Down
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions resources/js/ckeditor/ckeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ import ImageResize from '@ckeditor/ckeditor5-image/src/imageresize'
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'

// Intend
import Indent from '@ckeditor/ckeditor5-indent/src/indent';
Expand Down Expand Up @@ -125,6 +126,7 @@ export default class CkEditor extends ClassicEditorBase {
ImageUpload,
ImageCaption,
ImageResize,
LinkImage,
ImageToolbar,
ImageTextAlternative,
MediaEmbed,
Expand Down

0 comments on commit e2b3e62

Please sign in to comment.