Skip to content

Commit 9020ea8

Browse files
committed
DOC-3224: Remove admonitions recommending not to bundle with tinymce from all guides.
1 parent 3fe2719 commit 9020ea8

7 files changed

Lines changed: 3 additions & 29 deletions

File tree

modules/ROOT/pages/angular-pm-bundle.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
:description: A guide on bundling TinyMCE with an Angular application using a module loader.
44
:keywords: integration, integrate, angular, bundle, webpack
55
:productSource: package-manager
6-
7-
IMPORTANT: {companyname} does not recommend bundling `tinymce` and `@tinymce/tinymce-angular` with a module loader. Bundling these packages can be complex and error prone.
6+
:packageName: @tinymce/tinymce-angular
87

98
The https://github.com/tinymce/tinymce-angular[Official {productname} Angular component] integrates {productname} into Angular projects. This procedure creates a https://angular.dev/tools/cli/setup-local[basic Angular application] containing a bundled {productname} editor.
109

modules/ROOT/pages/svelte-pm-bundle.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
:description: A guide on bundling TinyMCE with a Svelte application using a module loader.
44
:keywords: integration, integrate, svelte, bundle, vite
55
:productSource: package-manager
6-
7-
IMPORTANT: {companyname} does not recommend bundling `tinymce` and `@tinymce/tinymce-svelte` with a module loader. Bundling these packages can be complex and error prone.
6+
:packageName: @tinymce/tinymce-svelte
87

98
The https://github.com/tinymce/tinymce-svelte[Official {productname} Svelte component] integrates {productname} into https://svelte.dev/[Svelte applications]. This procedure creates a basic Svelte application containing a bundled {productname} editor.
109

modules/ROOT/pages/vue-pm-bundle.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
:description: A guide on bundling TinyMCE with a Vue.js application using a module loader.
44
:keywords: integration, integrate, vue, vuejs, bundle, webpack, vite
55
:productSource: package-manager
6-
7-
IMPORTANT: {companyname} does not recommend bundling `tinymce` and `@tinymce/tinymce-vue` with a module loader. Bundling these packages can be complex and error prone.
6+
:packageName: @tinymce/tinymce-vue
87

98
The link:https://github.com/tinymce/tinymce-vue[Official {productname} Vue.js component] integrates {productname} into Vue.js projects, providing a powerful WYSIWYG editor within the Vue ecosystem. This procedure creates a link:https://cli.vuejs.org/guide/creating-a-project.html#vue-create[basic Vue.js application] containing a bundled {productname} editor.
109

modules/ROOT/partials/integrations/angular-quick-start.adoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,6 @@ To use an independent deployment of {productname}, add a script to either the `+
166166
----
167167
<script src="/path/to/tinymce.min.js"></script>
168168
----
169-
+
170-
* Bundling {productname} with the Angular application using a module loader (such as Webpack).
171-
+
172-
--
173-
include::partial$integrations/bundling-integration.adoc[]
174-
--
175169
endif::[]
176170

177171
. Run `+ng serve+` to start a dev server

modules/ROOT/partials/integrations/react-quick-start.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
:packageName: tinymce-react
22

3-
ifeval::["{productUse}" == "bundle"]
4-
IMPORTANT: {companyname} does not recommend bundling the `tinymce` package. Bundling {productname} can be complex and error prone.
5-
6-
endif::[]
73
The link:https://github.com/tinymce/tinymce-react[Official {productname} React component] integrates {productname} into React projects. This procedure creates a link:https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react-swc[React SWC plugin] containing a {productname} editor.
84

95
For examples of the {productname} integration, visit https://tinymce.github.io/tinymce-react/[the tinymce-react storybook].

modules/ROOT/partials/integrations/vue-quick-start.adoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ The link:https://github.com/tinymce/tinymce-vue[Official {productname} Vue.js co
44

55
Version 4 and later of the `+tinymce-vue+` package supports Vue.js 3.x, but does not support Vue.js 2.x. For Vue.js 2.x applications, use `+tinymce-vue+` version 3.
66

7-
include::partial$integrations/bundling-integrations-not-recommended-message.adoc[]
8-
97
== Prerequisites
108

119
This procedure requires:
@@ -168,11 +166,6 @@ import Editor from '@tinymce/tinymce-vue'
168166
}
169167
</style>
170168
----
171-
+
172-
. Bundle {productname} with the Vue.js application using a module loader (such as Webpack).
173-
--
174-
include::partial$integrations/bundling-integration.adoc[]
175-
--
176169
endif::[]
177170
ifeval::["{productSource}" == "zip"]
178171
+

modules/ROOT/partials/integrations/webcomponent-quick-start.adoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ npm install tinymce @tinymce/tinymce-webcomponent
3636
----
3737

3838
include::partial$integrations/premium-plugins-install-step-link.adoc[]
39-
. Bundle {productname} with the Web Component application using a module loader (such as Webpack).
40-
+
41-
--
42-
include::partial$integrations/bundling-integration.adoc[]
43-
--
44-
4539
. Add a `+script+` element sourcing the output file, such as:
4640
+
4741
[source,html]

0 commit comments

Comments
 (0)