Add underline option to editor toolbar
This commit is contained in:
@@ -21,7 +21,7 @@ export default StrictDict({
|
||||
toolbar: mapToolbars([
|
||||
[buttons.undo, buttons.redo],
|
||||
[buttons.formatSelect],
|
||||
[buttons.bold, buttons.italic, buttons.foreColor, buttons.backColor],
|
||||
[buttons.bold, buttons.italic, buttons.underline, buttons.foreColor, buttons.backColor],
|
||||
[
|
||||
buttons.align.left,
|
||||
buttons.align.center,
|
||||
|
||||
@@ -48,6 +48,7 @@ export const buttons = StrictDict({
|
||||
}),
|
||||
table: 'table',
|
||||
undo: 'undo',
|
||||
underline: 'underline',
|
||||
});
|
||||
|
||||
export const plugins = listKeyStore([
|
||||
|
||||
Reference in New Issue
Block a user