geno/wp-content/plugins/mailpoet/views/newsletter/templates/blocks/social/settingsStyles.hbs
2024-02-01 11:54:18 +00:00

5 lines
299 B
Handlebars

{{#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}}