From 3dc5defc20ad72973457c3c8e6e1900e7b68ed63 Mon Sep 17 00:00:00 2001 From: liaoxuezhi <2betop.cn@gmail.com> Date: Thu, 16 Nov 2023 20:31:06 +0800 Subject: [PATCH] Update input-rich-text.md --- docs/zh-CN/components/form/input-rich-text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh-CN/components/form/input-rich-text.md b/docs/zh-CN/components/form/input-rich-text.md index 0f4720134..06a5df7a4 100755 --- a/docs/zh-CN/components/form/input-rich-text.md +++ b/docs/zh-CN/components/form/input-rich-text.md @@ -244,7 +244,7 @@ froala 可以通过设置 buttons 参数来控制显示哪些按钮,默认是 | ------------- | ------------------------------ | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------- | | saveAsUbb | `boolean` | | 是否保存为 ubb 格式 | | receiver | [API](../../../docs/types/api) | | 默认的图片保存 API | -| videoReceiver | [API](../../../docs/types/api) | | 默认的视频保存 API | +| videoReceiver | [API](../../../docs/types/api) | | 默认的视频保存 API `仅支持 froala 编辑器` | | fileField | string | | 上传文件时的字段名 | | size | `string` | | 框的大小,可设置为 `md` 或者 `lg` | | options | `object` | | 需要参考 [tinymce](https://www.tiny.cloud/docs/configure/integration-and-setup/) 或 [froala](https://www.froala.com/wysiwyg-editor/docs/options) 的文档 |