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",
|
"li",
|
||||||
"mark",
|
"mark",
|
||||||
"ol",
|
"ol",
|
||||||
|
"ol[reversed]",
|
||||||
"ol[start]",
|
"ol[start]",
|
||||||
|
"ol[type]",
|
||||||
"p",
|
"p",
|
||||||
"p[lang]",
|
"p[lang]",
|
||||||
"picture",
|
"picture",
|
||||||
|
|
Loading…
Reference in New Issue