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 %}