mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 20:48:49 +08:00
不限制视频插入
This commit is contained in:
parent
e66bf22467
commit
7489c563bd
@ -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