mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
chore(ckeditor5/plugins): add file-upload
Original commit: a440988df452ab4367f5288269ba3c05aa5e6b8e
This commit is contained in:
12
_regroup/ckeditor5-file-upload/uploadfileplugin.js
Normal file
12
_regroup/ckeditor5-file-upload/uploadfileplugin.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import { Plugin } from 'ckeditor5/src/core';
|
||||
import FileUploadEditing from './src/fileuploadediting';
|
||||
|
||||
export default class Uploadfileplugin extends Plugin {
|
||||
static get requires() {
|
||||
return [ FileUploadEditing ];
|
||||
}
|
||||
|
||||
static get pluginName() {
|
||||
return 'fileUploadPlugin';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user