28 lines
988 B
XML
28 lines
988 B
XML
<!-- as explained here to translate custom post fields -->
|
|
<!-- https://polylang.pro/doc/the-wpml-config-xml-file/ -->
|
|
<!-- -->
|
|
<wpml-config>
|
|
<custom-fields>
|
|
<custom-field action="copy">tgb_homehero-checkbox</custom-field>
|
|
<custom-field action="translate">tgb_post-wysiwygsummary</custom-field>
|
|
</custom-fields>
|
|
<!-- <custom-types>
|
|
<custom-type translate="1">book</custom-type>
|
|
<custom-type translate="1">DVD</custom-type>
|
|
</custom-types> -->
|
|
<!-- <taxonomies>
|
|
<taxonomy translate="1">genre</taxonomy>
|
|
</taxonomies> -->
|
|
<!-- <admin-texts>
|
|
<key name="tgb_showinhome_hero">
|
|
<key name="option_name_1" />
|
|
<key name="option_name_2" />
|
|
<key name="options_group_1">
|
|
<key name="sub_option_name_11" />
|
|
<key name="sub_option_name_12" />
|
|
</key>
|
|
</key>
|
|
<key name="simple_string_option" />
|
|
</admin-texts> -->
|
|
</wpml-config>
|