Magento - 如何在 Magento 的 CMS 编辑器中允许某些标签(iframe、嵌入)?
我想允许输入某些 html 标签,例如 iframe 并嵌入到 Magento 的 CMS 编辑器中。 Magento 不允许使用这些标签。
是否有一个模型或控制器可以编辑以允许 iframe 和嵌入标签?
I would like to allow to enter certain html tags such as iframe and embed in Magento's CMS editor. Magento does not allow those tags.
Is there a model or controller that I can edit to allow iframe and embed tags?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
查看此文件:js/mage/adminhtml/wysiwyg/tiny_mce/setup.js
找到此代码块:
并在其后添加以下内容:
这是一个简单的逗号分隔的您想要允许的标签列表。
Look in this file: js/mage/adminhtml/wysiwyg/tiny_mce/setup.js
Find this block of code:
and add this after it:
It's a simple comma delimited list of tags you want to allow.
Josh 是正确的目标,我添加了这一行来接受“在 Faceb 上找到我们...”-iframe:
它有一个额外的属性,位于自动生成的 FB-iframe 中。
Josh is right on target, I added this row to accept a "Find us on Faceb..."-iframe:
It has an extra attribute that's within the autogenerated FB-iframe.
编辑 CMS 页面时,您可以切换到 html 视图。
按 html 按钮
您可以在 html 中将 iframe 添加到页面上
When editing a CMS page, you can switch to an html view.
By pressing the html button
There you are able to add the iframe onto the page right in the html