geno/wp-content/plugins/mailpoet/views/newsletter/templates/blocks/social/settingsStyles.hbs

6 lines
299 B
Handlebars
Raw Normal View History

2024-02-01 17:24:18 +05:30
{{#each availableSets}}
<div class="mailpoet_social_icon_set{{#ifCond ../activeSet '==' this }} mailpoet_active_icon_set{{/ifCond}}" data-setName="{{ this }}">
{{#each ../availableSocialIcons}}<img src="{{lookup (lookup ../../socialIconSets ../this) this}}" />{{/each}}
</div>
{{/each}}