Skip to content

Commit 1972095

Browse files
authored
Update modules/ROOT/partials/integrations/react-bundling.adoc
1 parent e20cb6c commit 1972095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/partials/integrations/react-bundling.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import 'tinymce/skins/ui/oxide/content.js';
4141
export default function TinyEditorComponent(props) {
4242
return (
4343
<Editor
44-
licenseKey='gpl' // gpl for open source, T8LK:... for commercial
44+
licenseKey='gpl'
4545
{...props}
4646
/>
4747
);

0 commit comments

Comments
 (0)