File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
modules/ROOT/partials/integrations Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ var app = new Vue({
8080<editor
8181 id="uuid"
8282 api-key="no-api-key"
83- tinymce-script-src="/Users/karl/tinymce/test_apps/test-app-updated-config/node_modules/tinymce/tinymce.min.js"
8483 :init="{
8584 plugins: 'advlist anchor autolink charmap code fullscreen help image insertdatetime link lists media preview searchreplace table visualblocks wordcount',
8685 toolbar: 'undo redo | styles | bold italic underline strikethrough | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image',
@@ -97,7 +96,7 @@ The editor accepts the following properties:
9796[source,html,subs="attributes+"]
9897----
9998<editor
100- api-key="your -api-key"
99+ api-key="no -api-key"
101100 cloud-channel="{productmajorversion}"
102101 :disabled=false
103102 id="uuid"
@@ -131,7 +130,7 @@ include::partial$misc/get-an-api-key.adoc[]
131130[source,html]
132131----
133132<editor
134- api-key="your -api-key"
133+ api-key="no -api-key"
135134/>
136135----
137136
@@ -178,7 +177,7 @@ Such as:
178177[source,html,subs="attributes+"]
179178----
180179<editor
181- api-key="your -api-key"
180+ api-key="no -api-key"
182181 cloud-channel="{productmajorversion}-dev"
183182 :init="{ /* your other settings */ }"
184183/>
@@ -213,7 +212,7 @@ An `id` for the editor. Used for retrieving the editor instance using the `+tiny
213212
214213*Type:* `+String+`
215214
216- *Default value:* Automatically generated https://tools.ietf.org/html/rfc4122[UUID]
215+ *Default value:* Automatically generated link: https://tools.ietf.org/html/rfc4122[UUID]
217216
218217==== Example: using `+id+`
219218
You can’t perform that action at this time.
0 commit comments