@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.cjs.js
CHANGED
|
@@ -40846,17 +40846,11 @@ function useTranslation(ns) {
|
|
|
40846
40846
|
}
|
|
40847
40847
|
|
|
40848
40848
|
var common = {
|
|
40849
|
-
back: "back",
|
|
40850
|
-
cancel: "Cancel",
|
|
40851
|
-
caption: "Caption",
|
|
40852
40849
|
create: "Create",
|
|
40853
40850
|
download: "Download",
|
|
40854
40851
|
embed: "Embed",
|
|
40855
40852
|
unlink: "Unlink",
|
|
40856
40853
|
videoUrl: "Video URL:",
|
|
40857
|
-
hex: "Hex:",
|
|
40858
|
-
browse: "Browse",
|
|
40859
|
-
done: "Done",
|
|
40860
40854
|
reset: "Reset",
|
|
40861
40855
|
auto: "Auto"
|
|
40862
40856
|
};
|
|
@@ -126302,7 +126296,7 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
|
|
|
126302
126296
|
cov_q50c3y9sz().f[0]++;
|
|
126303
126297
|
var customExtensions = (cov_q50c3y9sz().s[1]++, [CharacterCount, Code, CodeBlock, CustomCommands, Document, EmojiSuggestion$1, EmojiPicker, FigCaption, HighlightInternal, FocusClasses.configure({
|
|
126304
126298
|
mode: "shallowest"
|
|
126305
|
-
}), Highlight, ImageExtension, Link.configure({
|
|
126299
|
+
}), Highlight, VideoExtension, ImageExtension, Link.configure({
|
|
126306
126300
|
autolink: false
|
|
126307
126301
|
}), Placeholder.configure({
|
|
126308
126302
|
placeholder: placeholder
|
|
@@ -126310,7 +126304,7 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
|
|
|
126310
126304
|
document: false,
|
|
126311
126305
|
codeBlock: false,
|
|
126312
126306
|
code: false
|
|
126313
|
-
}), TextStyle, Underline,
|
|
126307
|
+
}), TextStyle, Underline, KeyboardShortcuts$1.configure({
|
|
126314
126308
|
onSubmit: onSubmit,
|
|
126315
126309
|
shortcuts: keyboardShortcuts
|
|
126316
126310
|
})]);
|