feat(editor): add self-hosted TinyMCE editor and remove API key

This commit is contained in:
chamikaJ
2024-06-17 11:37:12 +05:30
parent 5cce1f2d2c
commit eb39dc363f
9 changed files with 73 additions and 66 deletions

View File

@@ -45,7 +45,7 @@
"ngx-doc-viewer": "^15.0.1",
"ngx-socket-io": "^4.5.1",
"rxjs": "~7.4.0",
"tinymce": "^6.7.3",
"tinymce": "^6.8.3",
"tslib": "^2.6.1",
"zone.js": "^0.13.1"
},