editor.execCommand('setCustomList', [
{
format: 'bullet',
levelText: 'A',
runStyle: {
color: 'red',
fontSize: { value: 16, unit: 'pt' },
italic: true,
fontWeight: 700,
}
},
{
format: 'bullet',
levelText: 'B',
runStyle: {
color: 'blue',
fontSize: { value: 16, unit: 'pt' },
italic: true,
fontWeight: 700,
}
},
{
format: 'bullet',
levelText: 'C',
runStyle: {
color: 'green',
fontSize: { value: 16, unit: 'pt' },
italic: true,
fontWeight: 700,
}
},
{
format: 'bullet',
levelText: 'D',
runStyle: {
color: 'orange',
fontSize: { value: 16, unit: 'pt' },
italic: true,
fontWeight: 700,
}
},
{
format: 'bullet',
levelText: 'E',
runStyle: {
color: 'purple',
fontSize: { value: 16, unit: 'pt' },
italic: true,
fontWeight: 700,
}
},
{
format: 'bullet',
levelText: 'F',
runStyle: {
color: 'brown',
fontSize: { value: 16, unit: 'pt' },
italic: true,
fontWeight: 700,
}
},
{
format: 'bullet',
levelText: 'G',
runStyle: {
color: 'magenta',
fontSize: { value: 16, unit: 'pt' },
italic: true,
fontWeight: 700,
}
},
{
format: 'bullet',
levelText: 'H',
runStyle: {
color: 'teal',
fontSize: { value: 16, unit: 'pt' },
italic: true,
fontWeight: 700,
}
},
{
format: 'bullet',
levelText: 'I',
runStyle: {
color: 'navy',
fontSize: { value: 16, unit: 'pt' },
italic: true,
fontWeight: 700,
}
}
]); |