Download and add the fakeobjects ckeditor plugin library, needed for Footnotes

to integrate with CKEditor WYSIWYG.

Ref #70
This commit is contained in:
benjamin melançon 2019-10-02 10:08:17 -04:00
parent af1581d181
commit 638e50c9da
71 changed files with 969 additions and 0 deletions

View file

@ -0,0 +1,11 @@
/*
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'fakeobjects', 'ko', {
anchor: '책갈피',
flash: '플래시 애니메이션',
hiddenfield: '숨은 입력 칸',
iframe: '아이프레임',
unknown: '알 수 없는 객체'
} );