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', 'ar', {
anchor: 'إرساء',
flash: 'رسم متحرك بالفلاش',
hiddenfield: 'إدراج حقل خفي',
iframe: 'iframe',
unknown: 'عنصر غير معروف'
} );