UNPKG

jodit-pro

Version:

PRO Version of Jodit Editor

33 lines (29 loc) 706 B
/*! * Jodit Editor PRO (https://xdsoft.net/jodit/) * See LICENSE.md in the project root for license information. * Copyright (c) 2013-2022 Valeriy Chupurnov. All rights reserved. https://xdsoft.net/jodit/pro/ */ Jodit.defaultOptions.license = '5573M-20L62-BTOKJ-S7P5Z'; Jodit.defaultOptions.language = 'en'; Jodit.defaultOptions.extraPlugins = [ 'autocomplete', 'backup', 'change-case', 'color-picker', 'emoji', 'finder', 'google-search', 'paste-code', 'keyboard', 'show-blocks', 'button-generator', 'tune-block', 'highlight-signature', 'google-maps', 'page-break', 'export-docs', 'iframe-editor', 'paste-from-word-pro', 'mobile-view' ]; Jodit.defaultOptions.disablePlugins = [];