Commit 541368f8 by Urvil Shah

Allow all the HTML tags rather than default tags.

parent 5f80d5d5
Pipeline #7186 passed with stages
in 23 minutes 11 seconds
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
htmlRemoveTags: [''], htmlRemoveTags: [''],
htmlAllowedAttrs: ['.*'], htmlAllowedAttrs: ['.*'],
heightMin:800, heightMin:800,
htmlAllowedTags: _($.FroalaEditor.DEFAULTS.htmlAllowedTags).without('base'), htmlAllowedTags:['.*'],
htmlAllowComments: false, htmlAllowComments: false,
toolbarInline: false, toolbarInline: false,
imageUploadToS3: 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