From db6200a9980c8f610468bb70963da636d92bb7fd Mon Sep 17 00:00:00 2001 From: carlosmintfan <118076740+carlosmintfan@users.noreply.github.com> Date: Thu, 29 May 2025 16:56:13 -0300 Subject: [PATCH] wysiwyg.html: Remove license_key option from HugeRTE init object (#2413) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com> --- .changeset/hot-dancers-warn.md | 5 +++++ shared/includes/ui/wysiwyg.html | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .changeset/hot-dancers-warn.md diff --git a/.changeset/hot-dancers-warn.md b/.changeset/hot-dancers-warn.md new file mode 100644 index 000000000..ef9555f9e --- /dev/null +++ b/.changeset/hot-dancers-warn.md @@ -0,0 +1,5 @@ +--- +"@tabler/core": "patch" +--- + +Remove `license_key` option from HugeRTE init object diff --git a/shared/includes/ui/wysiwyg.html b/shared/includes/ui/wysiwyg.html index 5d6452378..1f2ec60ed 100644 --- a/shared/includes/ui/wysiwyg.html +++ b/shared/includes/ui/wysiwyg.html @@ -13,7 +13,6 @@ height: 300, menubar: false, statusbar: false, - license_key: 'gpl', plugins: [ 'advlist', 'autolink', 'lists', 'link', 'image', 'charmap', 'preview', 'anchor', 'searchreplace', 'visualblocks', 'code', 'fullscreen', @@ -40,4 +39,4 @@ {%- capture_script %} {{ script }} {% endcapture_script %} -{% endremoveemptylines %} \ No newline at end of file +{% endremoveemptylines %}