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 e20cb6c commit 1972095Copy full SHA for 1972095
modules/ROOT/partials/integrations/react-bundling.adoc
@@ -41,7 +41,7 @@ import 'tinymce/skins/ui/oxide/content.js';
41
export default function TinyEditorComponent(props) {
42
return (
43
<Editor
44
- licenseKey='gpl' // gpl for open source, T8LK:... for commercial
+ licenseKey='gpl'
45
{...props}
46
/>
47
);
0 commit comments