Skip to content

Commit fffd8fe

Browse files
authored
Update modules/ROOT/partials/module-loading/bundling-vite-es6-npm_editor.adoc
1 parent 480bd12 commit fffd8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/partials/module-loading/bundling-vite-es6-npm_editor.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import contentCss from 'tinymce/skins/content/default/content.js';
4444
export function render () {
4545
tinymce.init({
4646
selector: 'textarea#editor',
47-
license_key: 'gpl', // gpl for open source, T8LK:... for commercial
47+
license_key: 'gpl',
4848
plugins: 'advlist code emoticons link lists table',
4949
toolbar: 'bold italic | bullist numlist | link emoticons',
5050
skin_url: 'default',

0 commit comments

Comments
 (0)