Update config.tsx
This commit is contained in:
parent
5ff9894199
commit
33c1948c19
|
@ -324,17 +324,10 @@ export const lineHeightOptions: LineHeightOptions = {
|
|||
export const toolbarOptions: ToolbarOptions = {
|
||||
popup: {
|
||||
items: [
|
||||
['undo', 'redo'],
|
||||
['bold', 'strikethrough', 'fontcolor'],
|
||||
{
|
||||
icon: 'text',
|
||||
items: [
|
||||
'bold',
|
||||
'italic',
|
||||
'strikethrough',
|
||||
'underline',
|
||||
'backcolor',
|
||||
'moremark',
|
||||
],
|
||||
items: ['italic', 'underline', 'backcolor', 'moremark'],
|
||||
},
|
||||
[
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue