Arlima
Arlima copied to clipboard
Pufftagg
What is an "pufftagg"?
Where is the name used?
In the settings for Arlima
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.
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.
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}}
Thanks!
If i want to use newsbill tag, but dont want to replace the fontsize control - Is there an option for that?
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.