Browse Source

wysiwyg.html: Remove license_key option from HugeRTE init object (#2413)

Co-authored-by: Paweł Kuna <[email protected]>
carlosmintfan 3 tháng trước cách đây
mục cha
commit
db6200a998
2 tập tin đã thay đổi với 6 bổ sung2 xóa
  1. 5 0
      .changeset/hot-dancers-warn.md
  2. 1 2
      shared/includes/ui/wysiwyg.html

+ 5 - 0
.changeset/hot-dancers-warn.md

@@ -0,0 +1,5 @@
+---
+"@tabler/core": "patch"
+---
+
+Remove `license_key` option from HugeRTE init object 

+ 1 - 2
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 %}
+{% endremoveemptylines %}