-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels