Issue #1888698 by nagwani, hussainweb: Figure out the most used html tags and let people use it in views.
parent
5a66f5d152
commit
8043b9aa34
|
@ -26,5 +26,23 @@ field_rewrite_elements:
|
||||||
h5: H5
|
h5: H5
|
||||||
h6: H6
|
h6: H6
|
||||||
p: P
|
p: P
|
||||||
|
header: HEADER
|
||||||
|
footer: FOOTER
|
||||||
|
article: ARTICLE
|
||||||
|
section: SECTION
|
||||||
|
aside: ASIDE
|
||||||
|
details: DETAILS
|
||||||
|
blockquote: BLOCKQUOTE
|
||||||
|
figure: FIGURE
|
||||||
|
address: ADDRESS
|
||||||
|
code: CODE
|
||||||
|
pre: PRE
|
||||||
|
var: VAR
|
||||||
|
samp: SAMP
|
||||||
|
kbd: KBD
|
||||||
strong: STRONG
|
strong: STRONG
|
||||||
em: EM
|
em: EM
|
||||||
|
del: DEL
|
||||||
|
ins: INS
|
||||||
|
q: Q
|
||||||
|
s: S
|
||||||
|
|
Loading…
Reference in New Issue