@tinymce/tinymce-webcomponent 2.4.0 → 2.4.1-feature.20260422045335298.sha1b6d775
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -15,5 +15,5 @@ TinyMCE for Web Components provides the Custom Element, building on the experime
|
|
|
15
15
|
|
|
16
16
|
Once the TinyMCE custom element is installed on a web page, creating an editor instance is as simple as adding a `<tinymce-editor></tinymce-editor>` tag to the page. This tag is used in place of calling tinymce.init(). Many of the standard configuration properties can be specified as attributes to this tag, instead of using JavaScript code.
|
|
17
17
|
|
|
18
|
-
TinyMCE for Web Components is available for free under an
|
|
18
|
+
TinyMCE for Web Components is available for free under an MIT license, and can be installed via NPM. It is compatible with open source TinyMCE, Tiny Cloud, and TinyMCE commercial self-hosted offerings.
|
|
19
19
|
At this stage, TinyMCE for Web Components is an experimental integration - we would love to hear your [feedback](https://github.com/tinymce/tinymce-webcomponent/issues) on how it can be improved.
|
package/package.json
CHANGED