activeadmin_froala_editor 0.4.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/LICENSE.txt +1 -1
- data/README.md +11 -2
- data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/froala_editor.pkgd.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ar.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/bs.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/cs.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/da.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/de.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/el.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/en_ca.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/en_gb.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/es.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/et.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/fa.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/fi.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/fr.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/he.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/hr.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/hu.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/id.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/it.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ja.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ko.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ku.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/me.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/nb.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/nl.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/pl.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_br.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/pt_pt.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ro.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/ru.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/sk.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/sl.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/sr.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/sv.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/th.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/tr.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/uk.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/vi.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_cn.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/languages/zh_tw.js +4 -4
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/align.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/char_counter.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_beautifier.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/code_view.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/colors.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/cryptojs.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/draggable.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/edit_in_popup.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/emoticons.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/entities.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/file.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/files_manager.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_family.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/font_size.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/forms.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/fullscreen.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/help.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/image.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/image_manager.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_class.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/inline_style.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_breaker.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/line_height.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/link.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/lists.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/markdown.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_format.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/paragraph_style.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/print.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/quick_insert.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/quote.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/save.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/special_characters.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/table.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/track_changes.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/trim_video.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/url.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/video.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins/word_paste.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/plugins.pkgd.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/third_party/embedly.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/third_party/font_awesome.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/third_party/image_tui.min.js +2 -2
- data/app/assets/javascripts/activeadmin/froala_editor/third_party/showdown.min.js +3 -3
- data/app/assets/javascripts/activeadmin/froala_editor/third_party/spell_checker.min.js +2 -2
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.css +1427 -1423
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css +4804 -4796
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css +358 -356
- data/app/assets/stylesheets/activeadmin/froala_editor/froala_style.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.css +45 -45
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/char_counter.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.css +93 -93
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/code_view.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.css +94 -94
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/colors.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.css +37 -37
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/draggable.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.css +30 -30
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/emoticons.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.css +124 -124
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/file.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.css +1236 -1236
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/files_manager.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.css +75 -73
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/fullscreen.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.css +41 -41
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/help.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.css +209 -207
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.css +232 -232
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/image_manager.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.css +34 -34
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/line_breaker.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/markdown.css +145 -148
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/markdown.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.css +68 -68
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/quick_insert.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.css +29 -29
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/special_characters.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.css +107 -107
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/table.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/trim_video.css +243 -243
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/trim_video.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.css +197 -197
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins/video.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.css +3021 -3019
- data/app/assets/stylesheets/activeadmin/froala_editor/plugins.pkgd.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.css +2184 -2187
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/dark.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.css +2184 -2187
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/gray.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.css +2184 -2187
- data/app/assets/stylesheets/activeadmin/froala_editor/themes/royal.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.css +56 -56
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/embedly.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.css +29 -29
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/font_awesome.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.css +37 -37
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/image_tui.min.css +3 -3
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.css +60 -60
- data/app/assets/stylesheets/activeadmin/froala_editor/third_party/spell_checker.min.css +3 -3
- data/lib/activeadmin/froala_editor/version.rb +2 -2
- metadata +11 -7
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Arabic
|
|
15
|
+
/**
|
|
16
|
+
* Arabic
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['ar'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Bosnian
|
|
15
|
+
/**
|
|
16
|
+
* Bosnian
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['bs'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Czech
|
|
15
|
+
/**
|
|
16
|
+
* Czech
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['cs'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Danish
|
|
15
|
+
/**
|
|
16
|
+
* Danish
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['da'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* German
|
|
15
|
+
/**
|
|
16
|
+
* German
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['de'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Greek
|
|
15
|
+
/**
|
|
16
|
+
* Greek
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['el'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* English spoken in Canada
|
|
15
|
+
/**
|
|
16
|
+
* English spoken in Canada
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['en_ca'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* English spoken in Great Britain
|
|
15
|
+
/**
|
|
16
|
+
* English spoken in Great Britain
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['en_gb'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Spanish
|
|
15
|
+
/**
|
|
16
|
+
* Spanish
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['es'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Estonian
|
|
15
|
+
/**
|
|
16
|
+
* Estonian
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['et'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Persian
|
|
15
|
+
/**
|
|
16
|
+
* Persian
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['fa'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Finnish
|
|
15
|
+
/**
|
|
16
|
+
* Finnish
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['fi'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* French
|
|
15
|
+
/**
|
|
16
|
+
* French
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['fr'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Hebrew
|
|
15
|
+
/**
|
|
16
|
+
* Hebrew
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['he'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Croatian
|
|
15
|
+
/**
|
|
16
|
+
* Croatian
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['hr'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Hungarian
|
|
15
|
+
/**
|
|
16
|
+
* Hungarian
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['hu'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Indonesian
|
|
15
|
+
/**
|
|
16
|
+
* Indonesian
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['id'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Italian
|
|
15
|
+
/**
|
|
16
|
+
* Italian
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['it'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Japanese
|
|
15
|
+
/**
|
|
16
|
+
* Japanese
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['ja'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Arabic
|
|
15
|
+
/**
|
|
16
|
+
* Arabic
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['ku'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Montenegrin
|
|
15
|
+
/**
|
|
16
|
+
* Montenegrin
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['me'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Norwegian
|
|
15
|
+
/**
|
|
16
|
+
* Norwegian
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['nb'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Dutch
|
|
15
|
+
/**
|
|
16
|
+
* Dutch
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['nl'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Polish
|
|
15
|
+
/**
|
|
16
|
+
* Polish
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['pl'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Portuguese spoken in Brazil
|
|
15
|
+
/**
|
|
16
|
+
* Portuguese spoken in Brazil
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['pt_br'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Portuguese spoken in Portugal
|
|
15
|
+
/**
|
|
16
|
+
* Portuguese spoken in Portugal
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['pt_pt'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Romanian
|
|
15
|
+
/**
|
|
16
|
+
* Romanian
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['ro'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Russian
|
|
15
|
+
/**
|
|
16
|
+
* Russian
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['ru'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Slovak
|
|
15
|
+
/**
|
|
16
|
+
* Slovak
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['sk'] = {
|
|
19
19
|
translation: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* froala_editor v4.0.
|
|
2
|
+
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
|
|
3
3
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
4
|
-
* Copyright 2014-
|
|
4
|
+
* Copyright 2014-2022 Froala Labs
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
(function (global, factory) {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
|
|
13
13
|
FE = FE && FE.hasOwnProperty('default') ? FE['default'] : FE;
|
|
14
14
|
|
|
15
|
-
/**
|
|
16
|
-
* Slovenian
|
|
15
|
+
/**
|
|
16
|
+
* Slovenian
|
|
17
17
|
*/
|
|
18
18
|
FE.LANGUAGE['sl'] = {
|
|
19
19
|
translation: {
|