💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
# 后台站点配置添加编辑器 * [ ] `标签介绍` 文档列表 cms:arclist * [ ] `使用范围`:后台站点配置。 * [ ] `文件路径`:\\addons\\cms\\config.html。 ### 温馨提示: 需要在config.php配置文件那里添加一个编辑器数组,type为editor。然后根据文件路径找到config.html调用下面代码即可。 >调用示例 ``` {case editor} <textarea {$item.extend} name="row\[{$item.name}\]" class="form-control editor" data-rule="{$item.rule}" rows="5" data-tip="{$item.tip}"> {$item.value} </textarea> {/case} ```