ninegrid2 6.1284.0 → 6.1285.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -372181,6 +372181,7 @@ class nxEditor extends nxDiv {
372181
372181
  try {
372182
372182
  // ClassicEditor.create에 사용할 모든 플러그인을 명시적으로 주입합니다.
372183
372183
  this.#editor = await ClassicEditor.create(textarea, {
372184
+ licenseKey: 'GPL',
372184
372185
  plugins: [
372185
372186
  Essentials, Paragraph, Heading, Bold, Italic, Link, List,
372186
372187
  BlockQuote, Table, TableToolbar, Undo,
@@ -372177,6 +372177,7 @@ class nxEditor extends nxDiv {
372177
372177
  try {
372178
372178
  // ClassicEditor.create에 사용할 모든 플러그인을 명시적으로 주입합니다.
372179
372179
  this.#editor = await ClassicEditor.create(textarea, {
372180
+ licenseKey: 'GPL',
372180
372181
  plugins: [
372181
372182
  Essentials, Paragraph, Heading, Bold, Italic, Link, List,
372182
372183
  BlockQuote, Table, TableToolbar, Undo,
@@ -44,6 +44,7 @@ class nxEditor extends nxDiv {
44
44
  try {
45
45
  // ClassicEditor.create에 사용할 모든 플러그인을 명시적으로 주입합니다.
46
46
  this.#editor = await ClassicEditor.create(textarea, {
47
+ licenseKey: 'GPL',
47
48
  plugins: [
48
49
  Essentials, Paragraph, Heading, Bold, Italic, Link, List,
49
50
  BlockQuote, Table, TableToolbar, Undo,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1284.0",
4
+ "version": "6.1285.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -44,6 +44,7 @@ class nxEditor extends nxDiv {
44
44
  try {
45
45
  // ClassicEditor.create에 사용할 모든 플러그인을 명시적으로 주입합니다.
46
46
  this.#editor = await ClassicEditor.create(textarea, {
47
+ licenseKey: 'GPL',
47
48
  plugins: [
48
49
  Essentials, Paragraph, Heading, Bold, Italic, Link, List,
49
50
  BlockQuote, Table, TableToolbar, Undo,