Skip to content

Commit

Permalink
pkp/pkp-lib#9366 Add licenseKey when initializing tinymce in FieldRic…
Browse files Browse the repository at this point in the history
…hTextarea component
  • Loading branch information
blesildaramirez committed Jan 23, 2025
1 parent e75069d commit f0d65ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Form/fields/FieldRichTextarea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
ref="editor"
v-model="currentValue"
class="pkpFormField__input pkpFormField--richTextarea__input"
license-key="gpl"
:toolbar="toolbar"
:plugins="plugins"
:init="compiledInit"
Expand Down

0 comments on commit f0d65ef

Please sign in to comment.