Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只想将视图中的特定表单的编辑器表单字段更改为某个编辑器,例如 TinyMCE,但我不想更改 joomla 配置中的默认编辑器。
有没有办法为某个编辑器字段指定编辑器?我在这里找到了该字段的hide and属性,但我找不到如何正确使用它们的示例或更多文档。这些属性对我的问题有帮助吗?editor
hide
editor
只需使用
editor="tinymce|none"
这将给出一个优先级列表,如果 tinymce 不可用,它将尝试无。我猜你的编辑列表可以是任意长度。用管道“|”分隔编辑器