Commit 3c62d8bf by Urvil Shah

Allow the vml code in froala

parent 1782d06a
Pipeline #7277 passed with stages
in 23 minutes 16 seconds
......@@ -15,7 +15,10 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/froala-editor/2.7.6/js/plugins/video.min.js" type="text/javascript" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/froala-editor/2.7.6/js/plugins/inline_style.min.js" type="text/javascript"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/froala-editor/2.7.6/js/third_party/image_aviary.min.js" type="text/javascript"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/froala-editor/2.7.6/js/plugins/table.min.js" type="text/javascript"/>
<link rel="stylesheet" href="../css/plugins/table.min.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/froala-editor/2.7.6/css/plugins/table.css" rel="stylesheet" type="text/css" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/froala-editor/2.7.6/css/plugins/table.min.css" rel="stylesheet" type="text/css" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/froala-editor/2.7.6/css/plugins/image.css" rel="stylesheet" type="text/css" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/froala-editor/2.7.6/css/plugins/video.css" rel="stylesheet" type="text/css" />
......@@ -253,8 +256,8 @@
htmlAllowedAttrs: ['.*'],
heightMin:800,
htmlAllowedTags: ['.*'],
htmlAllowComments: false,
toolbarInline: false,
htmlAllowComments: true,
toolbarInline:false,
videoUploadToS3: data,
imageUploadToS3: data
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment