CKEditor plugin to insert file size on a page. https://sestolab.pp.ua/addons/CKEditor/ifsize
Any modern browser should be supported.
- Put the plugin into the CKEditor
plugins
folder. - Enable the plugin in the CKEditor configuration file (
config.js
):
config.extraPlugins = 'ifsize';
config.ifsizeDecimal = 2; // The default number of decimal places.
- English
- Russian
- Ukrainian
Translations are welcome.