jodit
Version:
Jodit is an awesome and useful wysiwyg editor with filebrowser
26 lines (25 loc) • 679 B
JavaScript
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Released under MIT see LICENSE.txt in the project root for license information.
* Copyright (c) 2013-2025 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
import { Config } from "../../config.js";
Config.prototype.image = {
dialogWidth: 600,
openOnDblClick: true,
editSrc: true,
useImageEditor: true,
editTitle: true,
editAlt: true,
editLink: true,
editSize: true,
editBorderRadius: true,
editMargins: true,
editClass: true,
availableClasses: [],
editStyle: true,
editId: true,
editAlign: true,
showPreview: true,
selectImageAfterClose: true
};