Skip to content

Commit c42124f

Browse files
committed
Remove unused WoltlabAttachmentConfig
1 parent 08cef53 commit c42124f

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

plugins/ckeditor5-woltlab-attachment/src/woltlabattachment.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,3 @@ export class WoltlabAttachment extends Plugin {
9898
}
9999

100100
export default WoltlabAttachment;
101-
102-
type WoltlabAttachmentConfig = {
103-
inlineImageIds: number[];
104-
};
105-
106-
declare module "@ckeditor/ckeditor5-core" {
107-
interface EditorConfig {
108-
woltlabAttachment?: WoltlabAttachmentConfig;
109-
}
110-
}

0 commit comments

Comments
 (0)