Forráskód Böngészése

New selector for data-title attribute

@soyjavi 14 éve
szülő
commit
cc177c6c3b
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/attributes/Lungo.Attributes.Data.js

+ 1 - 1
src/attributes/Lungo.Attributes.Data.js

@@ -31,7 +31,7 @@ LUNGO.Attributes.Data = {
     },
     },
     Title: {
     Title: {
         tag: 'title',
         tag: 'title',
-        selector: 'header, footer',
+        selector: 'header, footer, article',
         html: '<h1 class="title">{{value}}</h1>'
         html: '<h1 class="title">{{value}}</h1>'
     },
     },
     Back: {
     Back: {