字体真棒图标不显示在自定义模块 joomla

font awesome icon not displaying in custom module joomla

我想在自定义 joomla 模块中显示很棒的字体图标,但是当我编写标签并保存代码时,它不显示任何图标。当我在 php 文件中编写相同的代码时,它起作用了。 以下是代码:

<i class="fa fa-clock-o fa-4x " aria-hidden="true"></i>
<h4>
  Very fast &amp; easy
</h4>
<p>
    lorem ipsum
</p>

我找到了答案。在全局配置中,将默认编辑器设置为 none.It works :)

无需更改编辑器,使用默认的TINYMCE编辑器即可。这个 link 可能对你有帮助:

https://www.joomla-monster.com/blog/joomla-3-0/how-to-stop-joomla-editor-from-cleaning-some-html-elements