Skip to content

list plugin not working #70

@anjanpa

Description

@anjanpa

description = EditorJsJSONField(
plugins=[
'@editorjs/paragraph',
'@editorjs/image',
'@editorjs/header',
'@editorjs/list',
'@editorjs/quote',
'@editorjs/raw',
'@editorjs/code',
'@editorjs/inline-code',
'@editorjs/embed',
'@editorjs/delimiter',
'@editorjs/warning',
'@editorjs/link',
'@editorjs/marker',
'@editorjs/table',
],
tools={
"list": {
"class": "@editorjs/list",
"inlineToolbar": True,
"config": {
"defaultStyle": "unordered"
}
},
'List': {'class': 'List', 'inlineToolbar': True},

    },
)   

used this
EDITORJS_VERSION = "2.27.0"

I can see all options but not ordered and unordered list

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions