# 后臺站點配置添加編輯器
* [ ] `標簽介紹` 文檔列表 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}
```
- 介紹
- 標簽手冊
- 全局標簽
- block標簽
- config標簽
- execute標簽
- query標簽
- breadcrumb標簽
- blocklist標簽
- 欄目標簽
- channellist標簽
- channel標簽
- nav標簽
- 文章標簽
- arclist標簽
- archives標簽
- prevnext標簽
- 專題
- speciallist標簽
- special標簽
- 公共參數
- common參數
- include引用
- 單頁
- spagelist標簽
- page標簽
- spageinfo標簽
- 特殊標簽
- tagslist標簽
- tags標簽
- commentlist標簽
- commentinfo標簽
- diyform標簽
- 模板特殊標簽
- 列表頁面
- pagelist標簽
- pageinfo標簽
- pagefilter標簽
- pageorder標簽
- pagelist的相關排序
- 新功能
- 后端新增代碼
- 模板使用
- 二級導航功能
- 共用banner功能
- 后臺站點配置添加編輯器