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
Copy file name to clipboardExpand all lines: modules/ROOT/partials/integrations/react-quick-start.adoc
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -297,11 +297,12 @@ endif::[]
297
297
ifeval::["{productSource}" == "zip"]
298
298
ifeval::["{productUse}" == "host"]
299
299
. Install the `+@tinymce/tinymce-react+` package.
300
+
+
300
301
[source,sh]
301
302
----
302
303
npm install @tinymce/tinymce-react
303
304
----
304
-
305
+
+
305
306
. Unzip the content of the `+tinymce/js+` folder from the link:{download-enterprise}[{productname} zip] into the `+public+` folder. Afterwards the directory listing should be similar to below:
306
307
+
307
308
.> `tree -L 2 public`
@@ -325,7 +326,7 @@ public
325
326
├── tinymce.d.ts
326
327
└── tinymce.min.js
327
328
----
328
-
329
+
+
329
330
. Using a text editor, open `+./eslint.config.js` and add `+'src/tinymce'+` to the `+ignores+` array.
. Unzip the content of the `+tinymce/js+` folder from the link:{download-enterprise}[{productname} zip] into the `+src+` folder. Afterwards the directory listing should be similar to below:
396
398
+
397
399
.> `tree -L 2 src`
@@ -417,7 +419,7 @@ src
417
419
├── tinymce.d.ts
418
420
└── tinymce.min.js
419
421
----
420
-
422
+
+
421
423
. Using a text editor, open `+./eslint.config.js+` and add `+'src/tinymce'+` to the `+ignores+` array.
Copy file name to clipboardExpand all lines: modules/ROOT/partials/integrations/vue-quick-start.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
@@ -246,16 +246,16 @@ import Editor from '@tinymce/tinymce-vue'
246
246
247
247
[[deploying-tinymce-independent]]
248
248
== Deploying {productname} independent of the Vue.js application
249
-
+
249
+
250
250
Deploying {productname} independent of the Vue.js application. To use a {productname} instance that has been deployed independent of the Vue.js application, use an HTML `+<script>+` tag.
251
-
+
251
+
252
252
To use an independent deployment of {productname}, add a script to either the `<head>` or the end of the `<body>` of the HTML file, such as:
253
-
+
253
+
254
254
[source,html]
255
255
----
256
256
<script src="/path/to/tinymce.min.js"></script>
257
257
----
258
-
+
258
+
259
259
To use an independent deployment of {productname} with the example create a Vue.js application, add the `+<script>+` to `/path/to/tinymce-vue-demo/public/index.html`.
0 commit comments