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

@@ -36,13 +36,20 @@
"glob": "**/*",
"input": "./node_modules/@ant-design/icons-angular/src/inline-svg/",
"output": "/assets/"
},
{
"glob": "**/*",
"input": "node_modules/tinymce",
"output": "/tinymce/"
}
],
"styles": [
"src/theme.less",
"src/styles.scss"
],
"scripts": [],
"scripts": [
"node_modules/tinymce/tinymce.min.js"
],
"serviceWorker": true,
"ngswConfigPath": "ngsw-config.json",
"allowedCommonJsDependencies": [
@@ -147,4 +154,4 @@
"@angular-eslint/schematics"
]
}
}
}