You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{productname} {release-version} introduces the `+tinymce-premium+` NPM package, providing commercial customers with easy access to all premium plugins, skins, icons, and language packs directly from the NPM registry. The package is available for download at link:https://www.npmjs.com/package/tinymce-premium[https://www.npmjs.com/package/tinymce-premium].
31
31
32
-
The `+tinymce-premium+` package simplifies the installation and integration of premium plugins for projects using NPM or Yarn. The package includes all premium plugins, the license key manager plugin, and premium skins, icons, and language packs.
33
-
34
-
To get started with using premium plugins with {productname} using NPM, see: xref:npm-projects.adoc[Quick start: {productname} from NPM or Yarn].
32
+
The `+tinymce-premium+` package simplifies the installation and integration of premium plugins. To get started with using premium plugins with {productname}, see: xref:npm-projects.adoc[Quick start: {productname} from NPM or Yarn].
The development server will automatically bundle your application, including TinyMCE, when you access it in your browser. The bundler processes all the `import` statements and includes the {productname} modules in the development bundle.
133
132
134
133
. Build the application for production:
135
134
+
@@ -140,7 +139,7 @@ ng build
140
139
+
141
140
This command creates an optimized production bundle in the `+dist+` directory.
142
141
143
-
. Update the `+licenseKey+` option in the editor component and include your xref:license-key.adoc[License Key].
142
+
. If premium plugins are included, update the `+licenseKey+` option in the editor component and include your xref:license-key.adoc[License Key].
Copy file name to clipboardExpand all lines: modules/ROOT/pages/bundling-plugins.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
== Overview
7
7
8
-
{productname} plugins can be bundled using module loaders such as Webpack, Rollup, or Vite. This guide covers how to include both community and premium plugins in your application bundle.
8
+
{productname} plugins can be bundled using a module bundler such as Webpack, Rollup, or Vite. This guide covers how to include both community and premium plugins in your application bundle.
9
9
10
10
{productname} includes both community and premium plugins:
11
11
@@ -151,10 +151,10 @@ tinymce.init({
151
151
selector: 'textarea',
152
152
license_key: 'T8LK:...', // Your commercial license key
The `+tinymce-premium+` package is available for {productname} 8.3 onwards and is currently only published to the NPM registry (Yarn can also install from NPM). The package version must align with the `+tinymce+` package version—always use compatible versions of both packages (e.g., both at 8.3.0 or later).
65
+
The `+tinymce-premium+` package is available for {productname} 8.3 onwards and is currently only published to the NPM registry. The package version must align with the `+tinymce+` package version—always use compatible versions of both packages (e.g., both at 8.3.0 or later).
66
66
====
67
67
68
68
=== Package contents
@@ -71,7 +71,7 @@ The `+tinymce-premium+` package includes:
71
71
72
72
* All premium plugins
73
73
* License key manager plugin
74
-
* Premium skins icons, and language packs for premium plugins
Copy file name to clipboardExpand all lines: modules/ROOT/partials/configuration/external_plugins-premium-npm.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
=== Using premium plugins from NPM with `+external_plugins+`
1
+
=== Using premium plugins from NPM with `+external_plugins+` option
2
2
3
3
When using the `+tinymce-premium+` package without bundling, you can configure premium plugins using the `+external_plugins+` option. The URLs can be specified in three ways:
0 commit comments