Fixed issues with tinyMCE
This commit is contained in:
parent
6bc03ccbfc
commit
cbbd8e7485
|
@ -19,9 +19,8 @@
|
||||||
"assets": [
|
"assets": [
|
||||||
"src/assets",
|
"src/assets",
|
||||||
"src/favicon.ico",
|
"src/favicon.ico",
|
||||||
{ "glob": "**/*", "input": "node_modules/tinymce/skins", "output": "/tinymce/skins/" },
|
{ "glob": "**/*", "input": "node_modules/tinymce", "output": "/tinymce/" }
|
||||||
{ "glob": "**/*", "input": "node_modules/tinymce/themes", "output": "/tinymce/themes/" },
|
|
||||||
{ "glob": "**/*", "input": "node_modules/tinymce/plugins", "output": "/tinymce/plugins/" }
|
|
||||||
],
|
],
|
||||||
"styles": [
|
"styles": [
|
||||||
"src/styles.scss",
|
"src/styles.scss",
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
"@ngx-translate/core": "^11.0.1",
|
"@ngx-translate/core": "^11.0.1",
|
||||||
"@ngx-translate/http-loader": "^4.0.0",
|
"@ngx-translate/http-loader": "^4.0.0",
|
||||||
"@swimlane/ngx-datatable": "^16.0.2",
|
"@swimlane/ngx-datatable": "^16.0.2",
|
||||||
"@tinymce/tinymce-angular": "^3.4.0",
|
"@tinymce/tinymce-angular": "^3.6.1",
|
||||||
"@w11k/angular-sticky-things": "^1.1.2",
|
"@w11k/angular-sticky-things": "^1.1.2",
|
||||||
"bootstrap": "^4.3.1",
|
"bootstrap": "^4.3.1",
|
||||||
"cookieconsent": "^3.1.1",
|
"cookieconsent": "^3.1.1",
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
"ngx-cookieconsent": "^2.2.3",
|
"ngx-cookieconsent": "^2.2.3",
|
||||||
"ngx-guided-tour": "^1.1.10",
|
"ngx-guided-tour": "^1.1.10",
|
||||||
"rxjs": "^6.3.2",
|
"rxjs": "^6.3.2",
|
||||||
"tinymce": "^5.1.6",
|
"tinymce": "^5.4.2",
|
||||||
"tslib": "^1.10.0",
|
"tslib": "^1.10.0",
|
||||||
"web-animations-js": "^2.3.2",
|
"web-animations-js": "^2.3.2",
|
||||||
"zone.js": "~0.9.1"
|
"zone.js": "~0.9.1"
|
||||||
|
|
Loading…
Reference in New Issue