mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
Update TinyMCE to v7.0 (#1884)
* Update TinyMCE to v7.0 * plugins fixes * Create dirty-ravens-greet.md
This commit is contained in:
5
.changeset/dirty-ravens-greet.md
Normal file
5
.changeset/dirty-ravens-greet.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@tabler/core": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Update TinyMCE to v7.0
|
||||||
@@ -177,7 +177,7 @@
|
|||||||
"rollup-plugin-cleanup": "^3.2.1",
|
"rollup-plugin-cleanup": "^3.2.1",
|
||||||
"sass": "^1.75.0",
|
"sass": "^1.75.0",
|
||||||
"star-rating.js": "^4.3.0",
|
"star-rating.js": "^4.3.0",
|
||||||
"tinymce": "^6.8.3",
|
"tinymce": "^7.0.1",
|
||||||
"tom-select": "^2.3.1",
|
"tom-select": "^2.3.1",
|
||||||
"vinyl-buffer": "^1.0.1",
|
"vinyl-buffer": "^1.0.1",
|
||||||
"vinyl-source-stream": "^2.0.0",
|
"vinyl-source-stream": "^2.0.0",
|
||||||
|
|||||||
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@@ -164,8 +164,8 @@ devDependencies:
|
|||||||
specifier: ^4.3.0
|
specifier: ^4.3.0
|
||||||
version: 4.3.0
|
version: 4.3.0
|
||||||
tinymce:
|
tinymce:
|
||||||
specifier: ^6.8.3
|
specifier: ^7.0.1
|
||||||
version: 6.8.3
|
version: 7.0.1
|
||||||
tom-select:
|
tom-select:
|
||||||
specifier: ^2.3.1
|
specifier: ^2.3.1
|
||||||
version: 2.3.1
|
version: 2.3.1
|
||||||
@@ -8588,8 +8588,8 @@ packages:
|
|||||||
engines: {node: '>=0.10.0'}
|
engines: {node: '>=0.10.0'}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/tinymce@6.8.3:
|
/tinymce@7.0.1:
|
||||||
resolution: {integrity: sha512-3fCHKAeqT+xNwBVESf6iDbDV0VNwZNmfrkx9c/6Gz5iB8piMfaO6s7FvoiTrj1hf1gVbfyLTnz1DooI6DhgINQ==}
|
resolution: {integrity: sha512-0a7DJnhniBx2psRuKcVQ9g4hujN6PAR4fPS0NSF1T1luH1RBDZVVEn2pGND6Ly+AW1lUm/cHOHjsasqBelMhbw==}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/titleize@3.0.0:
|
/titleize@3.0.0:
|
||||||
|
|||||||
@@ -13,10 +13,11 @@
|
|||||||
height: 300,
|
height: 300,
|
||||||
menubar: false,
|
menubar: false,
|
||||||
statusbar: false,
|
statusbar: false,
|
||||||
|
license_key: 'gpl',
|
||||||
plugins: [
|
plugins: [
|
||||||
'advlist autolink lists link image charmap print preview anchor',
|
'advlist', 'autolink', 'lists', 'link', 'image', 'charmap', 'preview', 'anchor',
|
||||||
'searchreplace visualblocks code fullscreen',
|
'searchreplace', 'visualblocks', 'code', 'fullscreen',
|
||||||
'insertdatetime media table paste code help wordcount'
|
'insertdatetime', 'media', 'table', 'code', 'help', 'wordcount'
|
||||||
],
|
],
|
||||||
toolbar: 'undo redo | formatselect | ' +
|
toolbar: 'undo redo | formatselect | ' +
|
||||||
'bold italic backcolor | alignleft aligncenter ' +
|
'bold italic backcolor | alignleft aligncenter ' +
|
||||||
|
|||||||
Reference in New Issue
Block a user