-
Notifications
You must be signed in to change notification settings - Fork 0
/
wpml-config.xml
25 lines (25 loc) · 1.24 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
<wpml-config>
<custom-fields>
<custom-field action="copy">_event_start_date</custom-field>
<custom-field action="copy">_event_end_date</custom-field>
<custom-field action="copy">_event_occurrence_date</custom-field>
<custom-field action="copy">_event_occurrence_last_date</custom-field>
<custom-field action="copy">_event_recurrence</custom-field>
<custom-field action="translate">_event_tickets</custom-field>
<custom-field action="copy">_event_tickets_url</custom-field>
<custom-field action="copy">_event_all_day</custom-field>
<custom-field action="copy">_event_display_options</custom-field>
<custom-field action="copy">_event_featured</custom-field>
<custom-field action="copy">_event_free</custom-field>
<custom-field action="copy">_event_gallery</custom-field>
</custom-fields>
<custom-types>
<custom-type translate="1">event</custom-type>
</custom-types>
<taxonomies>
<taxonomy translate="1">event-category</taxonomy>
<taxonomy translate="1">event-tag</taxonomy>
<taxonomy translate="1">event-location</taxonomy>
<taxonomy translate="1">event-organizer</taxonomy>
</taxonomies>
</wpml-config>