@_sh/strapi-plugin-ckeditor 1.0.6 → 1.0.7
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.
- package/README.md +0 -12
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -230,18 +230,6 @@ module.exports = () => {
|
|
|
230
230
|
{
|
|
231
231
|
model: 'h3b',
|
|
232
232
|
view: {name: 'h3', classes: 'ck-heading_h3_b'}, title: 'H3 (border)', class: 'ck-heading_heading3', converterPriority: 'high'
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
model: 'h4b',
|
|
236
|
-
view: {name: 'h4', classes: 'ck-heading_h4_b'}, title: 'H4 (border)', class: 'ck-heading_heading4', converterPriority: 'high'
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
model: 'h5b',
|
|
240
|
-
view: {name: 'h5', classes: 'ck-heading_h5_b'}, title: 'H5 (border)', class: 'ck-heading_heading5', converterPriority: 'high'
|
|
241
|
-
},
|
|
242
|
-
{
|
|
243
|
-
model: 'h6b',
|
|
244
|
-
view: {name: 'h6', classes: 'ck-heading_h6_b'}, title: 'H6 (border)', class: 'ck-heading_heading6', converterPriority: 'high'
|
|
245
233
|
}
|
|
246
234
|
]
|
|
247
235
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@_sh/strapi-plugin-ckeditor",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Replaces the default Strapi WYSIWYG editor with a customized buil of CKEditor 5 packed with useful plugins.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"keywords": [
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"author": {
|
|
29
29
|
"name": "nshenderov"
|
|
30
30
|
},
|
|
31
|
-
"homepage": "https://
|
|
31
|
+
"homepage": "https://market.strapi.io/plugins/@_sh-strapi-plugin-ckeditor",
|
|
32
32
|
"repository": {
|
|
33
33
|
"type": "git",
|
|
34
34
|
"url": "https://github.com/nshenderov/strapi-plugin-ckeditor.git"
|