/*! * 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 * as constants from "../../core/constants.js"; import { HOMEPAGE } from "../../core/constants.js"; import { pluginSystem } from "../../core/global.js"; import { css, isLicense, normalizeLicense } from "../../core/helpers/index.js"; import { Icon } from "../../core/ui/icon.js"; import { Config } from "../../config.js"; import aboutIcon from "./about.svg.js"; Config.prototype.controls.about = { exec: (editor) => { const dialog = editor.dlg({ closeOnClickOverlay: true }), i = editor.i18n.bind(editor); dialog .setMod('theme', editor.o.theme) .setHeader(i('About Jodit')) .setContent(`