@pie-element/image-cloze-association 6.0.2-next.21 → 6.0.2-next.26

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.
@@ -110,7 +110,7 @@
110
110
  }
111
111
  }
112
112
  },
113
- "languageCharacters": {
113
+ "characters": {
114
114
  "title": "EditableHtmlButtonConfigure",
115
115
  "type": "object",
116
116
  "properties": {
@@ -429,7 +429,7 @@
429
429
  }
430
430
  }
431
431
  },
432
- "languageCharacters": {
432
+ "characters": {
433
433
  "title": "EditableHtmlButtonConfigure",
434
434
  "type": "object",
435
435
  "properties": {
@@ -838,7 +838,7 @@
838
838
  }
839
839
  }
840
840
  },
841
- "languageCharacters": {
841
+ "characters": {
842
842
  "title": "EditableHtmlButtonConfigure",
843
843
  "type": "object",
844
844
  "properties": {
@@ -1174,7 +1174,7 @@
1174
1174
  }
1175
1175
  }
1176
1176
  },
1177
- "languageCharacters": {
1177
+ "characters": {
1178
1178
  "title": "EditableHtmlButtonConfigure",
1179
1179
  "type": "object",
1180
1180
  "properties": {
@@ -83,9 +83,9 @@ Properties of the `h3` object:
83
83
 
84
84
  Indicates if the plugin is disabled or not
85
85
 
86
- ## `languageCharacters` (object)
86
+ ## `characters` (object)
87
87
 
88
- Properties of the `languageCharacters` object:
88
+ Properties of the `characters` object:
89
89
 
90
90
  ### `disabled` (boolean)
91
91
 
@@ -320,9 +320,9 @@ Properties of the `h3` object:
320
320
 
321
321
  Indicates if the plugin is disabled or not
322
322
 
323
- ### `languageCharacters` (object)
323
+ ### `characters` (object)
324
324
 
325
- Properties of the `languageCharacters` object:
325
+ Properties of the `characters` object:
326
326
 
327
327
  #### `disabled` (boolean)
328
328
 
@@ -627,9 +627,9 @@ Properties of the `h3` object:
627
627
 
628
628
  Indicates if the plugin is disabled or not
629
629
 
630
- ### `languageCharacters` (object)
630
+ ### `characters` (object)
631
631
 
632
- Properties of the `languageCharacters` object:
632
+ Properties of the `characters` object:
633
633
 
634
634
  #### `disabled` (boolean)
635
635
 
@@ -875,9 +875,9 @@ Properties of the `h3` object:
875
875
 
876
876
  Indicates if the plugin is disabled or not
877
877
 
878
- #### `languageCharacters` (object)
878
+ #### `characters` (object)
879
879
 
880
- Properties of the `languageCharacters` object:
880
+ Properties of the `characters` object:
881
881
 
882
882
  ##### `disabled` (boolean)
883
883
 
@@ -361,7 +361,7 @@
361
361
  }
362
362
  }
363
363
  },
364
- "languageCharacters": {
364
+ "characters": {
365
365
  "title": "EditableHtmlButtonConfigure",
366
366
  "type": "object",
367
367
  "properties": {
@@ -697,7 +697,7 @@
697
697
  }
698
698
  }
699
699
  },
700
- "languageCharacters": {
700
+ "characters": {
701
701
  "title": "EditableHtmlButtonConfigure",
702
702
  "type": "object",
703
703
  "properties": {
@@ -283,9 +283,9 @@ Properties of the `h3` object:
283
283
 
284
284
  Indicates if the plugin is disabled or not
285
285
 
286
- ### `languageCharacters` (object)
286
+ ### `characters` (object)
287
287
 
288
- Properties of the `languageCharacters` object:
288
+ Properties of the `characters` object:
289
289
 
290
290
  #### `disabled` (boolean)
291
291
 
@@ -531,9 +531,9 @@ Properties of the `h3` object:
531
531
 
532
532
  Indicates if the plugin is disabled or not
533
533
 
534
- #### `languageCharacters` (object)
534
+ #### `characters` (object)
535
535
 
536
- Properties of the `languageCharacters` object:
536
+ Properties of the `characters` object:
537
537
 
538
538
  ##### `disabled` (boolean)
539
539
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-element/image-cloze-association",
3
- "version": "6.0.2-next.21+1cc3bf5f1",
3
+ "version": "6.0.2-next.26+41ed50dd6",
4
4
  "description": "",
5
5
  "repository": "pie-framework/pie-elements",
6
6
  "publishConfig": {
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "author": "pie framework developers",
21
21
  "license": "ISC",
22
- "gitHead": "1cc3bf5f1ffe2cdceb7ec49cf1d55848593d358f",
22
+ "gitHead": "41ed50dd698741ffe4a7fafc1d5171c6a664a7e2",
23
23
  "scripts": {
24
24
  "postpublish": "../../scripts/postpublish"
25
25
  },