Skip to content

Commit

Permalink
add license key
Browse files Browse the repository at this point in the history
  • Loading branch information
fredbradley committed Aug 30, 2024
1 parent 5b7f071 commit c00fc6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ APP_NAME="Raise A Concern"
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost
APP_URL=https://raise-a-concern.test

APP_LOCALE=en
APP_FALLBACK_LOCALE=en
Expand Down
1 change: 1 addition & 0 deletions resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import contentCss from 'tinymce/skins/content/default/content.js';
tinymce.init({
selector: 'textarea.wysiwyg',
menubar: false,
license_key: 'gpl',
statusbar: false,
browser_spellcheck: true,
toolbar1: 'undo redo | styleselect | bold italic | link bullist numlist outdent indent | forecolor backcolor | paste',
Expand Down

0 comments on commit c00fc6a

Please sign in to comment.