mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-03 03:55:26 +03:00
2598097b36
closes https://github.com/TryGhost/Team/issues/3311 - added event handler to the mobiledoc editor for cut and copy operations that reads mobiledoc from the event data, converts to lexical using `@tryghost/kg-converters` and stores the converted data on the event under the `application/x-lexical-editor` mimetype ready to be pasted into a lexical editor
26 lines
701 B
JSON
26 lines
701 B
JSON
{
|
|
"name": "koenig-editor",
|
|
"version": "0.0.1",
|
|
"description": "A mobiledoc-kit based editor for Ghost.",
|
|
"author": "Ghost Foundation",
|
|
"homepage": "http://ghost.org",
|
|
"bugs": "https://github.com/TryGhost/Ghost/issues",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"keywords": [
|
|
"ember-addon"
|
|
],
|
|
"dependencies": {
|
|
"@joeattardi/emoji-button": "^4.6.0",
|
|
"@tryghost/helpers": "^1.1.1",
|
|
"@tryghost/kg-clean-basic-html": "*",
|
|
"@tryghost/kg-parser-plugins": "*",
|
|
"@tryghost/kg-converters": "*",
|
|
"ember-auto-import": "^2.4.2",
|
|
"ember-classic-decorator": "*",
|
|
"ember-cli-babel": "^7.5.0",
|
|
"ember-cli-htmlbars": "^6.1.0",
|
|
"ember-keyboard": "^8.2.0"
|
|
}
|
|
}
|