Arlima icon indicating copy to clipboard operation
Arlima copied to clipboard

Pufftagg

Open ErikXXon opened this issue 9 years ago • 8 comments

What is an "pufftagg"?

ErikXXon avatar Apr 02 '15 17:04 ErikXXon

Where is the name used?

victorjonsson avatar Apr 15 '15 12:04 victorjonsson

In the settings for Arlima

pufftagg

ErikXXon avatar Apr 16 '15 04:04 ErikXXon

ping @aaslun Can you provide us with some info on this :) I know what it is but I'm unsure how to display the "pufftagg" in the template.

victorjonsson avatar May 20 '15 13:05 victorjonsson

I guess you can say that "pufftagg" (or newsbill tag, as it was translated to) is local newspaper jargon. It is a pre-lead in word or sentence that is often used to frame the "essence" of the article. I don't think that it is used in any of the default Arlima templates so if you want to use it you can extract it in the arlima_template_object-filter under the object's ['options']['newsbillTag'] index.

pufftagg

aaslun avatar May 20 '15 14:05 aaslun

Okey! In that case you can access it directly in the mustache templates using {{{options.newsbillTag}}}

{{#options.newsbillTag}}
   <a href="{{{url}}}" class="newsbill-tag">
      {{{options.newsbillTag}}}
   </a>
{{/options.newsbillTag}}

victorjonsson avatar May 20 '15 14:05 victorjonsson

Thanks!

ErikXXon avatar May 21 '15 09:05 ErikXXon

If i want to use newsbill tag, but dont want to replace the fontsize control - Is there an option for that?

ErikXXon avatar May 31 '15 19:05 ErikXXon

Yes, you can use the entry-word button in the wysiwyg-editor. It's the first button in the list, and has a symbol like ►Ⅰ. Mark the text and click the button and it will become a link with the class teaser-entryword on front end.

victorjonsson avatar Jun 01 '15 06:06 victorjonsson