forked from awethemes/awebooking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwpml-config.xml
22 lines (22 loc) · 945 Bytes
/
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
<wpml-config>
<custom-types>
<custom-type translate="1">room_type</custom-type>
<custom-type translate="1">hotel_service</custom-type>
<custom-type translate="1">hotel_location</custom-type>
<custom-type translate="0">awebooking</custom-type>
</custom-types>
<taxonomies>
<taxonomy translate="1">hotel_amenity</taxonomy>
</taxonomies>
<custom-fields>
<custom-field action="translate">_hotel_id</custom-field>
<custom-field action="copy">base_price</custom-field>
<custom-field action="copy">_maximum_occupancy</custom-field>
<custom-field action="copy">number_adults</custom-field>
<custom-field action="copy">number_children</custom-field>
<custom-field action="copy">number_infants</custom-field>
<custom-field action="copy">minimum_night</custom-field>
<custom-field action="copy">_rate_maximum_los</custom-field>
<custom-field action="copy">_cache_total_rooms</custom-field>
</custom-fields>
</wpml-config>