UNPKG

jodit-pro

Version:

PRO Version of Jodit Editor

2 lines (1 loc) 519 B
import e from"./assets/restore.svg.js";import*as r from"./langs/index.js";import{Config as o}from"jodit/esm/config.js";import{extendLang as p}from"jodit/esm/core/global.js";import{Icon as a}from"jodit/esm/core/ui/icon.js";o.prototype.backup={interval:30,limit:50,dialogWidth:700,hotkeys:["ctrl+shift+b","cmd+shift+b"]},o.prototype.controls.backup={store:{command:"saveBackup",text:"Save backup now"},restore:{tooltip:"Restore",list:["backup.store"],exec(t){t.execCommand("openBackupDialog")}}},a.set("restore",e),p(r);