FEATURE: Allow picture HTML element in posts

This commit is contained in:
Rafael dos Santos Silva 2020-07-28 20:26:32 -03:00
parent 8f140b8903
commit 2ea17c06dd
No known key found for this signature in database
GPG Key ID: 5E50360227B34938
1 changed files with 3 additions and 1 deletions

View File

@ -178,6 +178,7 @@ export const DEFAULT_LIST = [
"ol[start]",
"p",
"p[lang]",
"picture",
"pre",
"s",
"small",
@ -191,8 +192,9 @@ export const DEFAULT_LIST = [
"strong",
"sub",
"sup",
"source[src]",
"source[data-orig-src]",
"source[src]",
"source[srcset]",
"source[type]",
"track",
"track[default]",