Skip to content

Commit

Permalink
[Enfold] Enabling Media Translation for columns
Browse files Browse the repository at this point in the history
[Enfold] Enabling Media Translation for columns
https://onthegosystems.myjetbrains.com/youtrack/issue/compsupp-7248
  • Loading branch information
andrescifuentesr authored and strategio committed Mar 12, 2024
1 parent d36c947 commit 8652116
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions enfold/wpml-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,66 @@
<key name="icl_additional_css">#lang_sel img, #lang_sel_list img, #lang_sel_footer img { display: inline; }</key>
</language-switcher-settings>
<shortcodes>
<shortcode>
<tag>av_one_half</tag>
<attributes>
<attribute type="post-ids" sub-type="attachment">attachment</attribute>
</attributes>
</shortcode>
<shortcode>
<tag>av_one_full</tag>
<attributes>
<attribute type="post-ids" sub-type="attachment">attachment</attribute>
</attributes>
</shortcode>
<shortcode>
<tag>av_one_third</tag>
<attributes>
<attribute type="post-ids" sub-type="attachment">attachment</attribute>
</attributes>
</shortcode>
<shortcode>
<tag>av_one_fourth</tag>
<attributes>
<attribute type="post-ids" sub-type="attachment">attachment</attribute>
</attributes>
</shortcode>
<shortcode>
<tag>av_one_fifth</tag>
<attributes>
<attribute type="post-ids" sub-type="attachment">attachment</attribute>
</attributes>
</shortcode>
<shortcode>
<tag>av_two_third</tag>
<attributes>
<attribute type="post-ids" sub-type="attachment">attachment</attribute>
</attributes>
</shortcode>
<shortcode>
<tag>av_three_fourth</tag>
<attributes>
<attribute type="post-ids" sub-type="attachment">attachment</attribute>
</attributes>
</shortcode>
<shortcode>
<tag>av_two_fifth</tag>
<attributes>
<attribute type="post-ids" sub-type="attachment">attachment</attribute>
</attributes>
</shortcode>
<shortcode>
<tag>av_three_fifth</tag>
<attributes>
<attribute type="post-ids" sub-type="attachment">attachment</attribute>
</attributes>
</shortcode>
<shortcode>
<tag>av_four_fifth</tag>
<attributes>
<attribute type="post-ids" sub-type="attachment">attachment</attribute>
</attributes>
</shortcode>
<shortcode>
<tag>av_textblock</tag>
</shortcode>
Expand Down

0 comments on commit 8652116

Please sign in to comment.