Skip to content

Commit

Permalink
DOC-2349: Fixed zip-hosted App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
danoaky-tiny committed Apr 3, 2024
1 parent 694888d commit f1df874
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/ROOT/partials/integrations/react-quick-start.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,8 @@ export default function App() {
return (
<>
<Editor
tinymceScriptSrc={process.env.PUBLIC_URL + '/tinymce/tinymce.min.js'}
tinymceScriptSrc='/tinymce/tinymce.min.js'
licenseKey='your-license-key'
onInit={(_evt, editor) => editorRef.current = editor}
initialValue='<p>This is the initial content of the editor.</p>'
init={{
Expand Down

0 comments on commit f1df874

Please sign in to comment.