@bigbinary/neeto-editor 1.47.84 → 1.47.85
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/dist/Editor.js +2 -0
- package/dist/Editor.js.map +1 -1
- package/dist/cjs/Editor.cjs.js +2 -0
- package/dist/cjs/Editor.cjs.js.map +1 -1
- package/dist/editor-stats.html +1 -1
- package/package.json +1 -1
package/dist/cjs/Editor.cjs.js
CHANGED
|
@@ -20894,6 +20894,8 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
|
|
|
20894
20894
|
codeBlock: false,
|
|
20895
20895
|
code: false,
|
|
20896
20896
|
bulletList: false,
|
|
20897
|
+
listItem: false,
|
|
20898
|
+
// Disable ListItem from StarterKit since we add it conditionally below
|
|
20897
20899
|
blockquote: options.includes(constants.EDITOR_OPTIONS.BLOCKQUOTE),
|
|
20898
20900
|
orderedList: false,
|
|
20899
20901
|
italic: false,
|