Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想修改“插入格式块”下拉菜单。默认情况下,它有 Normal、H1、H2、H3、H4 和 Quote。如何取出 H1 和 Quote 并添加 H5 和 H6?
Jodit.defaultOptions.controls.paragraph.list = { // your key-value pairs // // defaults are: // p: 'Normal', // h1: 'Heading 1', // h2: 'Heading 2', // h3: 'Heading 3', // h4: 'Heading 4', // blockquote: 'Quote' };