FEATURE: Add reversed and type to allowed attributes (#14626)
This commit is contained in:
parent
7c7dd2335b
commit
11763a5e8d
|
@ -197,7 +197,9 @@ export const DEFAULT_LIST = [
|
|||
"li",
|
||||
"mark",
|
||||
"ol",
|
||||
"ol[reversed]",
|
||||
"ol[start]",
|
||||
"ol[type]",
|
||||
"p",
|
||||
"p[lang]",
|
||||
"picture",
|
||||
|
|
Loading…
Reference in New Issue