UNPKG

jodit-pro

Version:

PRO Version of Jodit Editor

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