-
Notifications
You must be signed in to change notification settings - Fork 1
/
wpml-config.xml
35 lines (35 loc) · 1.52 KB
/
wpml-config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<wpml-config>
<custom-types>
<custom-type translate="1">tm-property</custom-type>
</custom-types>
<taxonomies>
<taxonomy translate="1">tm-property_type</taxonomy>
<taxonomy translate="1">tm-property_tag</taxonomy>
<taxonomy translate="1">tm-property_feature</taxonomy>
</taxonomies>
<custom-fields>
<custom-field action="copy">_tm_property_state</custom-field>
<custom-field action="copy">_tm_property_price</custom-field>
<custom-field action="copy">_tm_property_status</custom-field>
<custom-field action="translate">_tm_property_location</custom-field>
<custom-field action="copy">_tm_property_bedrooms</custom-field>
<custom-field action="copy">_tm_property_bathrooms</custom-field>
<custom-field action="copy">_tm_property_area</custom-field>
<custom-field action="copy">_tm_property_parking_places</custom-field>
<custom-field action="copy">_tm_property_gallery</custom-field>
<custom-field action="copy">_tm_property_author</custom-field>
<custom-field action="copy">_tm_property_place_id</custom-field>
<custom-field action="copy">_tm_property_latitude</custom-field>
<custom-field action="copy">_tm_property_longitude</custom-field>
<custom-field action="copy">geo_latitude</custom-field>
<custom-field action="copy">geo_longitude</custom-field>
</custom-fields>
<admin-texts>
<key name="cherry-re-options-emails">
<key name="notification-subject"/>
<key name="notification-message"/>
<key name="congratulate-subject"/>
<key name="congratulate-message"/>
</key>
</admin-texts>
</wpml-config>