©想要使用Ctrl + V像Wordpress编辑器那样在Froala编辑器中插入嵌入链接。有可能吗?
请尽可能提供帮助。
new FroalaEditor('#edit', {
htmlAllowedEmptyTags: ['textarea', 'a', 'iframe', 'object', 'video', 'style','.fa'],
// Set the file upload URL.
imageUploadURL: '/upload_image.php',
imageUploadParams: {
id: 'my_editor'
},
fileUploadURL: '/upload_file.php',
fileUploadParams: {
id: 'my_editor'
},
videoUploadURL: '/upload_video.php',
videoUploadParams: {
id: 'my_editor'
},
imageManagerLoadURL: '/load_images.php',
imageManagerDeleteURL: '/delete_image.php',