Hello, how do I use it in inline tools? Can it support parameter configuration like other plugins?
like this..
import CodeTool from '@calumk/editorjs-codecup';
inlineToolbar: ['bold', 'italic', 'link','code','colorPicker'], //code is Invalid
code: {
class: CodeTool,
inlineToolbar: true,
config: {
xx: xx
}
},
Hello, how do I use it in inline tools? Can it support parameter configuration like other plugins?
like this..