我正在尝试将TinyMCE 5集成到我的Range7项目中。它在stackblitz上运行得很好。下面是链接:角为7的TinyMCE 5。
请注意,在松弛闪电战中会出现以下警告:
This domain is not registered with Tiny Cloud. Start a free trial to discover our premium cloud services and pro support.我从松弛闪电战下载了这个项目,并安装了这些软件包。但是,在本地运行项目之后,出现了以下错误:
GET http://localhost:4200/themes/silver/theme.js net::ERR_ABORTED 404 (Not Found)发布于 2019-12-27 16:08:26
在添加以下两个选项后,解决了这一问题:
this.tinymceInit = {
base_url: '/tinymce',
suffix: '.min',
...
}https://stackoverflow.com/questions/59501869
复制相似问题