From c00fc6a99872f4dc64f653ab17e17bfa8d8c24a2 Mon Sep 17 00:00:00 2001 From: Fred Bradley Date: Fri, 30 Aug 2024 16:38:33 +0100 Subject: [PATCH] add license key --- .env.example | 2 +- resources/js/app.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 8a720e4..0f076ab 100644 --- a/.env.example +++ b/.env.example @@ -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 diff --git a/resources/js/app.js b/resources/js/app.js index de2e0ca..76e8a5c 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -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',