🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
>[danger] 友情提示:构建器目前只支持HisiPHP Pro版本([我要升级](https://www.hisiphp.com/authorize.html)) ## 富文本编辑器(editor) | 参数 | 类型 | 必须 | 默认 | 说明 | --- | --- | --- | --- | --- | | type | string | Y | | 固定值:text | | name | string | Y | | 字段名称 | | title | string | Y | | 标题 | | grid | Array | N | [12, 12, 12, 12] | [栅格布局](栅格布局.md)| | editor | string | N | | 指定编辑器(ueditor,umeditor,kindeditor,ckeditor) | >[info]![](https://box.kancloud.cn/27224196201595a6abef17386eced221_2066x1252.jpg) >[]示例代码: ``` $assign['buildForm']['items'] = [ [ 'type' => 'editor', 'title' => '新闻内容', 'name' => 'content', ], // 更多表单项..... ]; $this->assign($assign); ```