baidu / amis

前端低代码框架,通过 JSON 配置就能生成各种页面。
https://baidu.github.io/amis/
Apache License 2.0
17.46k stars 2.53k forks source link

富文本 上传/插入 视频 功能 #7943

Closed bestraven closed 1 year ago

bestraven commented 1 year ago

描述问题:

如题,配置了videoReceiver 没有上传按钮

截图或视频:

image

如何复现(请务必完整填写下面内容):

  1. 你是如何使用 amis 的? sdk

  2. amis 版本是什么?请先在最新 beta 版本测试问题是否存在

  3. 粘贴有问题的完整 amis schema 代码: { "type": "input-rich-text", "label": "图文详情", "name": "content", "receiver": "/oss/aliyun", "videoReceiver": "/oss/aliyun", "size": "lg", "options": { "min_height": 500 } }

EvanZheng11 commented 1 year ago

+1

2betop commented 1 year ago

videoReceiver 是给 froala editor 开放的,tinymce 貌似没这个

2betop commented 1 year ago

tinymce 插件不支持,目前无法实现