arc-hive-wordpress-plugin/wpml-config.xml

28 lines
996 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">arcHIVE_homehero-checkbox</custom-field>
<custom-field action="translate">arcHIVE_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>