mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 05:18:34 +08:00
不限制视频插入
This commit is contained in:
parent
035b914a4f
commit
e2ad468385
@ -203,9 +203,10 @@ export default class FroalaEditor extends React.Component<any, any> {
|
||||
}
|
||||
}
|
||||
|
||||
// 不限制视频插入。
|
||||
($ as any).FE.VIDEO_PROVIDERS = [
|
||||
{
|
||||
test_regex: /^.+(bcebos.com)\/[^_&]+/,
|
||||
test_regex: /.*/,
|
||||
url_regex: '',
|
||||
url_text: '',
|
||||
html:
|
||||
|
Loading…
Reference in New Issue
Block a user