Merge pull request #92 from edx/KristinAoki/tinymce-underline

fix: added underline option to toolbar. TNL-10003
This commit is contained in:
Kristin Aoki
2022-08-01 10:29:21 -04:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -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,

View File

@@ -48,6 +48,7 @@ export const buttons = StrictDict({
}),
table: 'table',
undo: 'undo',
underline: 'underline',
});
export const plugins = listKeyStore([