forked from Automattic/WP-Job-Manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwpml-config.xml
20 lines (20 loc) · 883 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>
<custom-types>
<custom-type translate="1">job_listing</custom-type>
</custom-types>
<taxonomies>
<taxonomy translate="1">job_listing_type</taxonomy>
</taxonomies>
<custom-fields>
<custom-field action="copy">_filled</custom-field>
<custom-field action="copy">_featured</custom-field>
<custom-field action="copy">_job_expires</custom-field>
<custom-field action="translate">_job_location</custom-field>
<custom-field action="translate">_application</custom-field>
<custom-field action="translate">_company_name</custom-field>
<custom-field action="translate">_company_website</custom-field>
<custom-field action="translate">_company_tagline</custom-field>
<custom-field action="copy">_company_twitter</custom-field>
<custom-field action="translate">_company_video</custom-field>
</custom-fields>
</wpml-config>