企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
### form_editor 富文本组件 ~~~ form_editor($name='container',$id='container',$type=1,$options=[]) ~~~ - `name `富文本名 - `id `富文本id - `type ` 1 =>layeditor , 2 => 其他,比如百度,quill wangEditor jodit ,codemirror等编辑器 - options 基础属性 label tips placeholder 等 其中 mode 属性用于代码编辑器 - mode javascript text/html htmlmixed 等