|
@@ -139,11 +139,11 @@ export default class FontSize extends Plugin {
|
|
|
* You can preserve pasted font size values by switching the option:
|
|
* You can preserve pasted font size values by switching the option:
|
|
|
*
|
|
*
|
|
|
* const fontSizeConfig = {
|
|
* const fontSizeConfig = {
|
|
|
- * options: [ 9, 10, 11, 12, 13, 14, 15 ],
|
|
|
|
|
- * supportAllValues: true,
|
|
|
|
|
|
|
+ * options: [ 9, 10, 11, 12, 'default', 14, 15 ],
|
|
|
|
|
+ * supportAllValues: true
|
|
|
* };
|
|
* };
|
|
|
*
|
|
*
|
|
|
- * You need to also define numerical options for the plugin.
|
|
|
|
|
|
|
+ * **Note:** This option can only be used with numerical values as font size options.
|
|
|
*
|
|
*
|
|
|
* Now, the font sizes, not specified in the editor's configuration, won't be removed when pasting the content.
|
|
* Now, the font sizes, not specified in the editor's configuration, won't be removed when pasting the content.
|
|
|
*
|
|
*
|