@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/Editor.js
CHANGED
|
@@ -20874,6 +20874,8 @@ var useCustomExtensions = function useCustomExtensions(_ref) {
|
|
|
20874
20874
|
codeBlock: false,
|
|
20875
20875
|
code: false,
|
|
20876
20876
|
bulletList: false,
|
|
20877
|
+
listItem: false,
|
|
20878
|
+
// Disable ListItem from StarterKit since we add it conditionally below
|
|
20877
20879
|
blockquote: options.includes(EDITOR_OPTIONS.BLOCKQUOTE),
|
|
20878
20880
|
orderedList: false,
|
|
20879
20881
|
italic: false,
|