From 8043b9aa341bc12f6bb3602b1342a009bf30e81b Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Fri, 26 Jul 2013 17:57:08 +0200 Subject: [PATCH] Issue #1888698 by nagwani, hussainweb: Figure out the most used html tags and let people use it in views. --- core/modules/views/config/views.settings.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/core/modules/views/config/views.settings.yml b/core/modules/views/config/views.settings.yml index 6eb82a9c055..b939744f342 100644 --- a/core/modules/views/config/views.settings.yml +++ b/core/modules/views/config/views.settings.yml @@ -26,5 +26,23 @@ field_rewrite_elements: h5: H5 h6: H6 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 em: EM + del: DEL + ins: INS + q: Q + s: S