forked from DecomTeam/giftable-for-woocommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwpml-config.xml
executable file
·20 lines (20 loc) · 907 Bytes
/
wpml-config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<wpml-config>
<taxonomies>
<taxonomy translate="1">dgfw_gift_categories</taxonomy>
</taxonomies>
<admin-texts>
<key name="woocommerce_dgfw_carousel_title" />
<key name="woocommerce_dgfw_carousel_description" />
<key name="woocommerce_dgfw_gift_button_title" />
<key name="woocommerce_dgfw_gift_select_button_title" />
<key name="woocommerce_dgfw_cart_gift_note_title" />
<key name="woocommerce_dgfw_cart_gift_note_text" />
</admin-texts>
<custom-fields>
<custom-field action="copy">_dgfw_giftable</custom-field>
<custom-field action="copy">_dgfw_gift_tabs</custom-field>
<custom-field action="copy">_dgfw_giftable_variation</custom-field>
<custom-field action="copy">_dgfw_has_giftable_variations</custom-field>
<custom-field action="copy">_dgfw_giftable_variation_original</custom-field>
</custom-fields>
</wpml-config>