We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dcdb4e commit 2618b71Copy full SHA for 2618b71
modules/ROOT/partials/integrations/svelte-quick-start.adoc
@@ -73,7 +73,7 @@ let conf = {
73
<main>
74
<h1>Hello Tiny</h1>
75
<Editor
76
- apiKey='your-tiny-cloud-api-key'
+ apiKey='no-api-key'
77
pass:a[channel='{productmajorversion}']
78
value='<p>This is the initial content of the editor.</p>'
79
{conf}
modules/ROOT/partials/integrations/svelte-tech-ref.adoc
@@ -49,7 +49,7 @@ include::partial$misc/get-an-api-key.adoc[]
49
[source,jsx]
50
----
51
52
- apiKey="your-api-key"
+ apiKey="no-api-key"
53
/>
54
55
0 commit comments