怎么不能同时初始化中文和英文两个版本富文本?? #9
Unanswered
xiaoxiao0721
asked this question in
Q&A(问题求助)
Replies: 1 comment
-
官方的实现机制 决定的 ,无法优雅的同时渲染多语言版本, 你可以通过下载tinymce-plugin 最新版, 并配置 tinymce.init({
language: 'zh_CN',
content_css: false,
tp_i18n: true,
min_height:240,
skeletonScreen: true,
plugins: `code`,
toolbar: `code`,
}) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
同时渲染两个中文和英文两个版本,不生效,
Beta Was this translation helpful? Give feedback.
All reactions