Add:Rich text editor for podcast episode description

This commit is contained in:
advplyr 2022-05-28 13:36:58 -05:00
parent a394f38fe9
commit 8b12508b0c
8 changed files with 952 additions and 7 deletions

View file

@ -3,7 +3,7 @@ const sanitizeHtml = require('../libs/sanitizeHtml')
function sanitize(html) {
const sanitizerOptions = {
allowedTags: [
'p', 'ol', 'ul', 'li', 'a', 'strong', 'em'
'p', 'ol', 'ul', 'li', 'a', 'strong', 'em', 'del'
],
disallowedTagsMode: 'discard',
allowedAttributes: {