Skip to content

Commit

Permalink
Docs: Enabled preserving font-family and font-size values when pastin…
Browse files Browse the repository at this point in the history
…g from Office. [skip ci]
  • Loading branch information
pomek committed Mar 27, 2020
1 parent b807b7f commit 75ba602
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ ClassicEditor
'tableCellProperties'
]
},
fontFamily: {
supportAllValues: true
},
fontSize: {
supportAllValues: true
},
placeholder: 'Paste the content here to test the feature.',
cloudServices: CS_CONFIG
} )
Expand Down

0 comments on commit 75ba602

Please sign in to comment.