Get Started
Plugins
Macros
More information
|
Photo EditorDescription
Connects the Toast UI Image Editor for editing images right in the document: cropping, resizing, applying effects, etc. Plugin type: visual, non-system. Supported editors: documents, spreadsheets, presentations. ![]() Installation
Available by default in the cloud, on-premises and desktop versions of ONLYOFFICE editors. You can remove it following the desktop, on-premises, or cloud installation instructions. The plugin guid: {07FD8DFA-DFE0-4089-AL24-0730933CC80A}. Usage
Plugin structure
Repository on GitHub: https://github.com/ONLYOFFICE/plugin-photoeditor.
Config
{ "name": "Photo Editor", "nameLocale": { "ru": "Фоторедактор", "fr": "Photo Editor", "es": "Editor de Fotos", "de": "Foto-Editor" }, "guid": "asc.{07FD8DFA-DFE0-4089-AL24-0730933CC80A}", "version": "1.0", "baseUrl": "", "variations": [ { "description": "Photo Editor", "descriptionLocale": { "ru": "Фоторедактор", "fr": "Photo Editor", "es": "Editor de Fotos", "de": "Foto-Editor" }, "url": "index.html", "icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ], "icons2": [ { "style" : "light", "100%": { "normal": "resources/light/icon.png" }, "125%": { "normal": "resources/light/icon@1.25x.png" }, "150%": { "normal": "resources/light/icon@1.5x.png" }, "175%": { "normal": "resources/light/icon@1.75x.png" }, "200%": { "normal": "resources/light/icon@2x.png" } }, { "style" : "dark", "100%": { "normal": "resources/dark/icon.png" }, "125%": { "normal": "resources/dark/icon@1.25x.png" }, "150%": { "normal": "resources/dark/icon@1.5x.png" }, "175%": { "normal": "resources/dark/icon@1.75x.png" }, "200%": { "normal": "resources/dark/icon@2x.png" } } ], "isViewer": false, "EditorsSupport": [ "word", "cell", "slide" ], "isVisual": true, "isModal": true, "isInsideMode": false, "initDataType": "html", "initData": "", "buttons": [ { "text": "Ok", "primary": true }, { "text": "Cancel", "primary": false, "isViewer": false, "textLocale": { "ru": "Отмена", "fr": "Annuler", "es": "Cancelar", "de": "Abbrechen" } } ], "size": [ 10000, 10000 ] }, { "description": "About", "descriptionLocale": { "ru": "Справка", "fr": "À propos", "es": "Sobre programa", "de": "Über" }, "url": "index_about.html", "icons": [ "resources/img/icon.png", "resources/img/icon@2x.png", "resources/img/icon2.png", "resources/img/icon2@2x.png" ], "isViewer": false, "EditorsSupport": [ "word", "cell", "slide" ], "isVisual": true, "isModal": true, "isInsideMode": false, "initDataType": "none", "initData": "", "size": [ 392, 147 ] } ] } Methods and events
Support
If you want to request a feature or report a bug regarding this plugin, use the issues section on GitHub. |