Docs: Use numerical values as options in font size dropdown when fontSize.supportAllValues=true. See ckeditor/ckeditor5-font#62
@@ -68,6 +68,7 @@ ClassicEditor
supportAllValues: true
},
fontSize: {
+ options: [ 10, 12, 14, 'default', 18, 20, 22 ],
placeholder: 'Paste the content here to test the feature.',