如何在 Radiant CMS 中编辑管理员的 Head 标签?

发布于 2024-12-13 00:28:14 字数 288 浏览 0 评论 0原文

Radiant 的管理部分是否有可用于编辑 head 标签的挂钩?

我希望通过在 FCKeditor 中放置此标签来修复 IE9 无法在 FCKeditor 中嵌入链接的问题:

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" /> 

但似乎整个管理部分都不可编辑并隐藏在 gem 中。我不想仅仅为了做出这个小小的修正而解开整个痛苦的过程。

有什么建议吗?

Is there a hook avaialable to edit the head tag in the Admin section of Radiant?

I was hoping to fix IE9's failure to embed links in FCKeditor by placing this tag in it :

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" /> 

But it seems like the entire admin section is uneditable and tucked away in the gem. And I'd rather not unpack the entire ordeal just to make this small correction.

Any tips?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鱼窥荷 2024-12-20 00:28:14

要替换 Radiant 中的任何 HTML ~> 0.9.1 中,您只需将文件放置在应用程序的同一树中,最好是在扩展中。 Radiant 将自动使用您的文件而不是默认文件。

To replace any of the HTML in Radiant ~> 0.9.1, you simply have to place a file in an identical tree in your application, preferably in an extension. And Radiant will automagically use your file over the default.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文