Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email integration package #17849

Open
wants to merge 98 commits into
base: master-it84
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
98 commits
Select commit Hold shift + click to select a range
6dd2c46
Init email package.
Mati365 Jan 31, 2025
7180d78
Fix import.
Mati365 Jan 31, 2025
a60a2df
Simplify table checks construction.
Mati365 Feb 3, 2025
012f7d5
Init GHS plugin skeleton.
Mati365 Feb 3, 2025
8d22b85
Adjust imports.
Mati365 Feb 3, 2025
f28256f
Add basic GHS plugin implementation.
Mati365 Feb 3, 2025
75dabc0
Fix GHS testing.
Mati365 Feb 3, 2025
3046316
Adjust GHS plugin.
Mati365 Feb 3, 2025
ec3fc3d
Minor CR fixes.
Mati365 Feb 3, 2025
1d3903a
Add suppress logs function check.
Mati365 Feb 3, 2025
c937230
Fix manual tests
Mati365 Feb 3, 2025
614059c
Simplify `_validateConfigColorValue`.
Mati365 Feb 3, 2025
7cd23a8
More strict testing.
Mati365 Feb 3, 2025
d2d8990
Sort deps.
Mati365 Feb 3, 2025
d6ce9c9
Improve docs.
Mati365 Feb 3, 2025
84dfedb
Rename error codes a bit.
Mati365 Feb 3, 2025
85f853c
Docs: warning language review. [skip ci]
godai78 Feb 3, 2025
8d66ae0
Update packages/ckeditor5-email/src/emailintegrationconfig.ts
godai78 Feb 4, 2025
5cfa581
Update packages/ckeditor5-email/src/emailintegrationutils.ts
godai78 Feb 4, 2025
24e3e4c
Update packages/ckeditor5-email/src/emailintegrationutils.ts
godai78 Feb 4, 2025
2e850d8
Sorting dependenecies.
godai78 Feb 4, 2025
20fda48
Add console info warnings in emptyblock and exportinlinestyles integr…
Mati365 Feb 4, 2025
0de872d
Docs: update API links [short flow]
godai78 Feb 4, 2025
05e3fd4
Restore warning in export inline styles integration checker.
Mati365 Feb 4, 2025
23924ff
Merge remote-tracking branch 'origin' into ck/epic/email-editing
Mati365 Feb 4, 2025
dab8242
Add empty block doc section.
Mati365 Feb 4, 2025
79b17b1
Docs: minor fixes. [short flow]
godai78 Feb 4, 2025
99d8122
Docs: lead in. [short flow]
godai78 Feb 4, 2025
609c411
Update packages/ckeditor5-email/docs/features/email.md
godai78 Feb 4, 2025
16edc5a
Update packages/ckeditor5-email/src/emailintegrationutils.ts
godai78 Feb 4, 2025
f655616
Update packages/ckeditor5-email/src/emailintegrationutils.ts
godai78 Feb 4, 2025
fa77ab3
Update packages/ckeditor5-email/src/emailintegrationutils.ts
godai78 Feb 4, 2025
64b6622
Update packages/ckeditor5-email/src/integrations/list.ts
godai78 Feb 4, 2025
6de45e9
Update packages/ckeditor5-email/tests/manual/emailintegration.md
godai78 Feb 4, 2025
15387ea
Update packages/ckeditor5-email/docs/features/email.md
godai78 Feb 4, 2025
a72cbb4
Extend the FullPage plugin with ability to render styles from <head> …
pszczesniak Feb 4, 2025
73574cc
Add missing `@module` to `email/index.ts`.
Mati365 Feb 4, 2025
f6713a8
Reorder imports.
Mati365 Feb 4, 2025
487f903
Added tests for 'allowRenderStylesFromHead' option.
pszczesniak Feb 4, 2025
7f19a9e
Change color warnings descriptions.
Mati365 Feb 5, 2025
ed892d6
Split color validation functions.
Mati365 Feb 5, 2025
51e6afe
Add missing unit tests for `_logInfo()`.
Mati365 Feb 5, 2025
f28f4f9
Check table / font config only when the table / font plugins are pres…
Mati365 Feb 5, 2025
3b01c42
Fix typo in docs.
Mati365 Feb 5, 2025
9cb494f
Improve inspector attach.
Mati365 Feb 5, 2025
f9db1dc
Update packages/ckeditor5-email/docs/_snippets/features/email.js
godai78 Feb 5, 2025
3b44877
Added 'sanitizeCss' config option.
pszczesniak Feb 5, 2025
90f005e
Added tests for 'sanitizeCss' option.
pszczesniak Feb 5, 2025
098e1cd
Use editors domParser.
pszczesniak Feb 6, 2025
1caf9aa
Api docs fixes. [skip ci]
pszczesniak Feb 6, 2025
b0231e0
Typo fix. [skip ci]
pszczesniak Feb 6, 2025
ac40945
Api docs fixes. [skip ci]
pszczesniak Feb 6, 2025
0bef7bb
Docs: related features. [skip ci]
godai78 Feb 6, 2025
2df1785
Update of the manual test description. [skip ci]
pszczesniak Feb 6, 2025
540e00c
Fix typo in docs.
Mati365 Feb 6, 2025
022812b
Add more unsupported color formats.
Mati365 Feb 6, 2025
825fa25
Add `rgba` to unsupported formats.
Mati365 Feb 6, 2025
7755161
Fix minor typos in docs.
Mati365 Feb 6, 2025
137541f
Remove styles from head of the main document while editor is destroyed.
pszczesniak Feb 6, 2025
e8cac27
Removed unnecessary function from tests.
pszczesniak Feb 6, 2025
abf83b5
Docs: minor snippet cleanup. [short flow]
godai78 Feb 6, 2025
f5eac62
Add `dll:build` to `package.json`.
Mati365 Feb 6, 2025
3c2ae8a
Revert webpack config
Mati365 Feb 6, 2025
6692cbd
Fix deps.
Mati365 Feb 6, 2025
cd396bd
Center the plain table in the output.
mmotyczynska Feb 6, 2025
e788e43
Adjust manual test.
mmotyczynska Feb 6, 2025
378d334
Update tests for plain tables.
mmotyczynska Feb 6, 2025
b6b8cab
Add test for consuming 'table' class.
mmotyczynska Feb 6, 2025
cacbf1e
Normalize imports, apply CR remarks.
Mati365 Feb 7, 2025
ca7c113
Check for non-glue plugins in font plugin asseration.
Mati365 Feb 7, 2025
e69a4eb
Print `Markdown` as unsupported plugin.
Mati365 Feb 7, 2025
0119e0d
Fix email integration sample
Mati365 Feb 7, 2025
72c01c2
Review suggestions applied.
pszczesniak Feb 10, 2025
eeb4737
Restore `skipComments` option on reinitialization of the data process…
Mati365 Feb 10, 2025
6413857
Fixes after review.
pszczesniak Feb 10, 2025
ce8cc6a
Merge branch 'ck/epic/email-editing' into ck/13482-render-style-eleme…
pszczesniak Feb 10, 2025
d087026
Merge pull request #17889 from ckeditor/ck/17888-plain-table-not-alig…
mmotyczynska Feb 10, 2025
72a5a99
Merge pull request #17880 from ckeditor/ck/13482-render-style-element…
pszczesniak Feb 11, 2025
11d3b64
Merge branch 'master' into ck/epic/email-editing
pszczesniak Feb 11, 2025
6f794d8
Fixed missing comma.
pszczesniak Feb 11, 2025
64b9e8e
Extend guide for Full page HTML feature.
pszczesniak Feb 11, 2025
743d471
Merge branch 'master-it84' into ck/epic/email-editing
Mati365 Feb 11, 2025
33c9f1e
Removed property 'parsedDocument' from the 'HtmlPageDataProcessor' to…
pszczesniak Feb 11, 2025
c057ee0
Merge pull request #17907 from ckeditor/ck/13482-html-page-data-proce…
niegowski Feb 11, 2025
53a8620
Docs: Proofread the Full page HTML guide.
gorzelinski Feb 11, 2025
91369f7
Merge pull request #17906 from ckeditor/ck/13482-render-style-element…
pszczesniak Feb 12, 2025
1980877
Merge branch 'master-it84' into ck/epic/email-editing
pszczesniak Feb 12, 2025
60b8e89
Drop `Demo` section from email guide as there is no demo.
Mati365 Feb 12, 2025
fe19a66
Drop `TODO` in fullpage for now.
Mati365 Feb 12, 2025
17fd8d5
Drop more demo links.
Mati365 Feb 12, 2025
ac9bfa2
Added link for Full page HTML feature in error code API docs.
pszczesniak Feb 12, 2025
1119b9d
Merge pull request #17916 from ckeditor/ck/13482-extending-api-docs-o…
pszczesniak Feb 12, 2025
098b57f
Warn about missing TableLayout plugin.
mmotyczynska Feb 12, 2025
b3b2ee0
Add basic tests for TableLayout for code coverage.
mmotyczynska Feb 12, 2025
3e23e5e
Fix: Small tweaks.
gorzelinski Feb 13, 2025
a8fe7df
Docs: Tweak the warn message.
gorzelinski Feb 13, 2025
c4c567e
Update method description.
mmotyczynska Feb 13, 2025
153636c
Merge pull request #17920 from ckeditor/ck/warn-about-missing-table-l…
mmotyczynska Feb 13, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@
"@ckeditor/ckeditor5-utils": "44.1.0",
"@ckeditor/ckeditor5-watchdog": "44.1.0",
"@ckeditor/ckeditor5-widget": "44.1.0",
"@ckeditor/ckeditor5-word-count": "44.1.0"
"@ckeditor/ckeditor5-word-count": "44.1.0",
"@ckeditor/ckeditor5-email": "0.0.1"
Mati365 marked this conversation as resolved.
Show resolved Hide resolved
},
"devDependencies": {
"@babel/parser": "^7.23.3",
Expand Down
4 changes: 4 additions & 0 deletions packages/ckeditor5-email/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Changelog
=========

All changes in the package are documented in https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md.
4 changes: 4 additions & 0 deletions packages/ckeditor5-email/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Contributing
========================================

See the [official contributors' guide to CKEditor&nbsp;5](https://ckeditor.com/docs/ckeditor5/latest/framework/contributing/contributing.html) to learn more.
22 changes: 22 additions & 0 deletions packages/ckeditor5-email/LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Software License Agreement
==========================

**CKEditor&nbsp;5 email feature** (https://github.com/ckeditor/ckeditor5)<br>
Mati365 marked this conversation as resolved.
Show resolved Hide resolved
Copyright (c) 2003–2025, [CKSource Holding sp. z o.o.](https://cksource.com) All rights reserved.

Licensed under a dual-license model, this software is available under:

* the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html),
* or commercial license terms from CKSource Holding sp. z o.o.

For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).

Sources of Intellectual Property Included in CKEditor
-----------------------------------------------------

Where not otherwise indicated, all CKEditor content is authored by CKSource engineers and consists of CKSource-owned intellectual property. In some specific instances, CKEditor will incorporate work done by developers outside of CKSource with their express permission.

Trademarks
----------

**CKEditor** is a trademark of [CKSource Holding sp. z o.o.](https://cksource.com) All other brand and product names are trademarks, registered trademarks, or service marks of their respective holders.
35 changes: 35 additions & 0 deletions packages/ckeditor5-email/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
CKEditor&nbsp;5 email integration feature
========================================

[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-email.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-email)
[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
[![CircleCI](https://circleci.com/gh/ckeditor/ckeditor5.svg?style=shield)](https://app.circleci.com/pipelines/github/ckeditor/ckeditor5?branch=master)

This package implements email integration features for CKEditor&nbsp;5. It provides basic functionality for handling email content.

## Installation

```bash
npm install @ckeditor/ckeditor5-email
```
Mati365 marked this conversation as resolved.
Show resolved Hide resolved

## Create free account

If you want to check full CKEditor&nbsp;5 capabilities, sign up for a [free non-commitment 14-day trial](https://portal.ckeditor.com/checkout?plan=free).

## Demo

Check out the [demo in the font feature guide](https://ckeditor.com/docs/ckeditor5/latest/features/email.html#demo).
Mati365 marked this conversation as resolved.
Show resolved Hide resolved

## Documentation

See the [`@ckeditor/ckeditor5-email` package](https://ckeditor.com/docs/ckeditor5/latest/api/email.html) page in [CKEditor&nbsp;5 documentation](https://ckeditor.com/docs/ckeditor5/latest/).

## License

Licensed under a dual-license model, this software is available under:

* the [GNU General Public License Version 2 or later](https://www.gnu.org/licenses/gpl.html),
* or commercial license terms from CKSource Holding sp. z o.o.

For more information, see: [https://ckeditor.com/legal/ckeditor-licensing-options](https://ckeditor.com/legal/ckeditor-licensing-options).
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<script src="https://cdn.ckbox.io/ckbox/latest/ckbox.js"></script>
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/**
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/

/* globals window */

import { AutoLink, LinkImage } from '@ckeditor/ckeditor5-link';
import { Bookmark } from '@ckeditor/ckeditor5-bookmark';
import { CKBox, CKBoxImageEdit } from '@ckeditor/ckeditor5-ckbox';
import { PictureEditing, ImageInsert, ImageResize, AutoImage } from '@ckeditor/ckeditor5-image';
import { CS_CONFIG } from '@ckeditor/ckeditor5-cloud-services/tests/_utils/cloud-services-config.js';

// Umberto combines all `packages/*/docs` into the `docs/` directory. The import path must be valid after merging all directories.
import ClassicEditor from '../build-classic.js';

window.CKEditorPlugins = { AutoLink, Bookmark, PictureEditing, ImageInsert, ImageResize, AutoImage, LinkImage, CKBox, CKBoxImageEdit };

window.ClassicEditor = ClassicEditor;
window.CS_CONFIG = CS_CONFIG;
16 changes: 16 additions & 0 deletions packages/ckeditor5-email/docs/_snippets/features/email.html
godai78 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<div class="ck ck-content" id="snippet-link">
<h3>Valletta</h3>

<p>
The capital city of <a href="https://en.wikipedia.org/wiki/Malta">Malta</a> is the top destination
this summer. It’s home to cutting-edge contemporary architecture,
<a href="https://en.wikipedia.org/wiki/Baroque">baroque</a>
masterpieces, delicious local cuisine, and at least 8 months of sun.
</p>
<p>
It’s also a top destination for filmmakers so that you can take a tour through locations familiar
to you from <a href="https://en.wikipedia.org/wiki/Game_of_Thrones">Game
of Thrones</a>, <a href="https://en.wikipedia.org/wiki/Gladiator_(2000_film)">Gladiator</a>,
<a href="https://en.wikipedia.org/wiki/Troy_(film)">Troy</a>, and many more.
</p>
</div>
51 changes: 51 additions & 0 deletions packages/ckeditor5-email/docs/_snippets/features/email.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
/**
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/

/* globals console, window, document, ClassicEditor, CKEditorPlugins, CS_CONFIG */

import { TOKEN_URL } from '@ckeditor/ckeditor5-ckbox/tests/_utils/ckbox-config.js';

ClassicEditor
.create( document.querySelector( '#snippet-link' ), {
extraPlugins: [ ...Object.values( CKEditorPlugins ) ],
cloudServices: CS_CONFIG,
toolbar: {
items: [
'undo', 'redo', '|', 'heading',
'|', 'bold', 'italic',
'|', 'link', 'bookmark', 'insertImage', 'insertTable', 'mediaEmbed',
'|', 'bulletedList', 'numberedList', 'outdent', 'indent'
]
},
image: {
toolbar: [
'imageStyle:inline', 'imageStyle:block', 'imageStyle:wrapText', '|',
'toggleImageCaption', 'imageTextAlternative', 'ckboxImageEdit'
]
},
ui: {
viewportOffset: {
top: window.getViewportTopOffsetConfig()
}
},
ckbox: {
tokenUrl: TOKEN_URL,
allowExternalImagesEditing: [ /^data:/, 'origin', /ckbox/ ],
forceDemoLabel: true
},
licenseKey: 'GPL'
} )
.then( editor => {
window.editor = editor;

window.attachTourBalloon( {
target: window.findToolbarItem( editor.ui.view.toolbar, item => item.label && item.label === 'Link' ),
godai78 marked this conversation as resolved.
Show resolved Hide resolved
text: 'Click to create a link.',
editor
} );
} )
.catch( err => {
console.error( err.stack );
} );
36 changes: 36 additions & 0 deletions packages/ckeditor5-email/docs/api/email.md
Mati365 marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
category: api-reference
---

# CKEditor&nbsp;5 email feature

[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-link.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-link)

This package implements the email feature for CKEditor&nbsp;5. It allows for turning the edited content into emails.

## Demo

Check out the demo in the {@link features/email#demo email feature guide}.

## Documentation

See the {@link features/email email feature guide} and the {@link module:email/email~Email} plugin documentation.

## Installation

This package is part of our open-source aggregate package.

```bash
npm install ckeditor5
```

## Contribute

The source code of this package is available on GitHub in [https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-link](https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-link).

## External links

* [`@ckeditor/ckeditor5-link` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-link)
* [`ckeditor/ckeditor5-link` on GitHub](https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-link)
* [Issue tracker](https://github.com/ckeditor/ckeditor5/issues)
* [Changelog](https://github.com/ckeditor/ckeditor5/blob/master/CHANGELOG.md)
71 changes: 71 additions & 0 deletions packages/ckeditor5-email/docs/features/email.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
---
title: Email
meta-title: Email | CKEditor 5 Documentation
category: features
modified_at: 2025-01-30
---

{@snippet features/build-email-source}

The email feature lets stuff.

## Demo

Use the email toolbar button {@icon @ckeditor/ckeditor5-link/theme/icons/link.svg Link}.

{@snippet features/email}

<info-box info>
This demo presents a limited set of features. Visit the {@link examples/builds/full-featured-editor feature-rich editor example} to see more in action.
</info-box>

## Installation

<info-box info>
⚠️ **New import paths**

Starting with {@link updating/update-to-42 version 42.0.0}, we changed the format of import paths. This guide uses the new, shorter format. Refer to the {@link getting-started/legacy-getting-started/legacy-imports Packages in the legacy setup} guide if you use an older version of CKEditor&nbsp;5.
</info-box>

After {@link getting-started/integrations-cdn/quick-start installing the editor}, add the feature to your plugin list and toolbar configuration:

<code-switcher>
```js
import { ClassicEditor, EmailIntegration } from 'ckeditor5';

ClassicEditor
.create( document.querySelector( '#editor' ), {
licenseKey: '<YOUR_LICENSE_KEY>', // Or 'GPL'.
plugins: [ EmailIntegration, /* ... */ ],
toolbar: [ 'email', /* ... */ ], //probably not
link: {
// Configuration.
}
} )
.then( /* ... */ )
.catch( /* ... */ );
```
</code-switcher>

### Configuration

Well, yes.
godai78 marked this conversation as resolved.
Show resolved Hide resolved

## Related features

Here are some similar CKEditor&nbsp;5 features that you may find helpful:
* list them here

## Common API

The {@link module:email/email~Email} plugin registers the UI button component (`'email'`) and the following commands:

* The `'email'` command implemented by

<info-box>
We recommend using the official {@link framework/development-tools/inspector CKEditor&nbsp;5 inspector} for development and debugging. It will give you tons of useful information about the state of the editor such as internal data structures, selection, commands, and many more.
</info-box>

## Contribute

The source code of the feature is available on GitHub at [https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-link](https://github.com/ckeditor/ckeditor5/tree/master/packages/ckeditor5-link).
58 changes: 58 additions & 0 deletions packages/ckeditor5-email/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"name": "@ckeditor/ckeditor5-email",
"version": "0.0.1",
gorzelinski marked this conversation as resolved.
Show resolved Hide resolved
"description": "Email integration feature for CKEditor 5.",
"keywords": [
"ckeditor",
"ckeditor5",
"ckeditor 5",
"ckeditor5-feature",
"ckeditor5-plugin",
"ckeditor5-dll"
],
"type": "module",
"main": "src/index.ts",
"dependencies": {
"ckeditor5": "44.1.0",
"@ckeditor/ckeditor5-core": "44.1.0",
"@ckeditor/ckeditor5-utils": "44.1.0",
"@ckeditor/ckeditor5-table": "44.1.0",
"@ckeditor/ckeditor5-list": "44.1.0",
"@ckeditor/ckeditor5-font": "44.1.0"
godai78 marked this conversation as resolved.
Show resolved Hide resolved
},
"devDependencies": {
"typescript": "5.0.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"@ckeditor/ckeditor5-editor-classic": "44.1.0",
"@ckeditor/ckeditor5-source-editing": "44.1.0",
"@ckeditor/ckeditor5-essentials": "44.1.0",
"@ckeditor/ckeditor5-paragraph": "44.1.0",
"@ckeditor/ckeditor5-heading": "44.1.0",
"@ckeditor/ckeditor5-basic-styles": "44.1.0",
"@ckeditor/ckeditor5-image": "44.1.0",
"@ckeditor/ckeditor5-highlight": "44.1.0"
},
"author": "CKSource (http://cksource.com/)",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://ckeditor.com/ckeditor-5",
"bugs": "https://github.com/ckeditor/ckeditor5/issues",
"repository": {
"type": "git",
"url": "https://github.com/ckeditor/ckeditor5.git",
"directory": "packages/ckeditor5-email"
},
"files": [
"dist",
"lang",
"src/**/*.js",
"src/**/*.d.ts",
"theme",
"ckeditor5-metadata.json",
"CHANGELOG.md"
],
"scripts": {
"build": "tsc -p ./tsconfig.json",
"build:dist": "node ../../scripts/nim/build-package.mjs"
}
}
24 changes: 24 additions & 0 deletions packages/ckeditor5-email/src/augmentation.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
/**
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/

import type { EmailIntegrationConfig } from './emailintegrationconfig.js';
import type { EmailIntegration, EmailIntegrationUtils } from './index.js';

declare module '@ckeditor/ckeditor5-core' {
interface EditorConfig {

/**
* The configuration of the {@link module:email/emailintegration~EmailIntegration EmailIntegration feature}.
*
* Read more in {@link module:email/emailintegrationconfig~EmailIntegrationConfig}.
*/
email?: EmailIntegrationConfig;
}

interface PluginsMap {
[ EmailIntegration.pluginName ]: EmailIntegration;
[ EmailIntegrationUtils.pluginName ]: EmailIntegrationUtils;
}
Mati365 marked this conversation as resolved.
Show resolved Hide resolved
}
Loading