We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0ab3d commit acd5301Copy full SHA for acd5301
package.js
@@ -29,12 +29,12 @@ Package.onUse(function(api) {
29
"froala:editor/js/plugins/file_upload.min.js",
30
"froala:editor/js/plugins/font_family.min.js",
31
"froala:editor/js/plugins/font_size.min.js",
32
- "froala:editor/js/plugins/fullscreen.min.js"
33
- "froala:editor/js/plugins/inline_styles.min.js"
+ "froala:editor/js/plugins/fullscreen.min.js",
+ "froala:editor/js/plugins/inline_styles.min.js",
34
"froala:editor/js/plugins/lists.min.js",
35
"froala:editor/js/plugins/media_manager.min.js",
36
"froala:editor/js/plugins/tables.min.js",
37
- "froala:editor/js/plugins/urls.min.js"
+ "froala:editor/js/plugins/urls.min.js",
38
"froala:editor/js/plugins/video.min.js"
39
], ["client"]);
40
});
0 commit comments