@bigbinary/neeto-editor 1.27.8 → 1.27.10
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.
- package/index.cjs.js +2 -8
- package/index.cjs.js.map +1 -1
- package/index.js +2 -8
- package/index.js.map +1 -1
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -40817,17 +40817,11 @@ function useTranslation(ns) {
|
|
|
40817
40817
|
}
|
|
40818
40818
|
|
|
40819
40819
|
var common = {
|
|
40820
|
-
back: "back",
|
|
40821
|
-
cancel: "Cancel",
|
|
40822
|
-
caption: "Caption",
|
|
40823
40820
|
create: "Create",
|
|
40824
40821
|
download: "Download",
|
|
40825
40822
|
embed: "Embed",
|
|
40826
40823
|
unlink: "Unlink",
|
|
40827
40824
|
videoUrl: "Video URL:",
|
|
40828
|
-
hex: "Hex:",
|
|
40829
|
-
browse: "Browse",
|
|
40830
|
-
done: "Done",
|
|
40831
40825
|
reset: "Reset",
|
|
40832
40826
|
auto: "Auto"
|
|
40833
40827
|
};
|
|
@@ -126273,7 +126267,7 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
|
|
|
126273
126267
|
cov_q50c3y9sz().f[0]++;
|
|
126274
126268
|
var customExtensions = (cov_q50c3y9sz().s[1]++, [CharacterCount, Code, CodeBlock, CustomCommands, Document, EmojiSuggestion$1, EmojiPicker, FigCaption, HighlightInternal, FocusClasses.configure({
|
|
126275
126269
|
mode: "shallowest"
|
|
126276
|
-
}), Highlight, ImageExtension, Link.configure({
|
|
126270
|
+
}), Highlight, VideoExtension, ImageExtension, Link.configure({
|
|
126277
126271
|
autolink: false
|
|
126278
126272
|
}), Placeholder.configure({
|
|
126279
126273
|
placeholder: placeholder
|
|
@@ -126281,7 +126275,7 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
|
|
|
126281
126275
|
document: false,
|
|
126282
126276
|
codeBlock: false,
|
|
126283
126277
|
code: false
|
|
126284
|
-
}), TextStyle, Underline,
|
|
126278
|
+
}), TextStyle, Underline, KeyboardShortcuts$1.configure({
|
|
126285
126279
|
onSubmit: onSubmit,
|
|
126286
126280
|
shortcuts: keyboardShortcuts
|
|
126287
126281
|
})]);
|