想要在 drupal admin 中拥有所见即所得编辑器
我希望在 drupal admin 中拥有 WYSIWYG
编辑器,而不是在前端。我怎样才能做到这一点?我使用的是drupal 7.0。
I'd like to have WYSIWYG
editor in drupal admin not in front end. How can I do that? I am using drupal 7.0.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
大多数(如果不是全部)所见即所得模块允许您指定所见即所得编辑器应用到哪些表单。您只需要指定面向管理员的表单。
Most (if not all) of the WYSIWYG modules allow you to specify which forms the WYSIWYG editor gets applied to. You would just need to specify the admin-facing forms.
在 Drupal 7 中,您可以配置不同文本格式的权限。我的猜测是,您可能不允许管理员以外的其他用户使用 HTML 过滤器。转到“人员”->“权限”并查看“过滤器”标题下的内容。
In Drupal 7 you can configure permissions for different Text formats. My guess is that you could just not allow other users than admin to use the HTML filters. Go to People->Permissions and look under the Filter headline.