-
Notifications
You must be signed in to change notification settings - Fork 11
/
wpml-config.xml
51 lines (51 loc) · 2.35 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<wpml-config>
<custom-fields>
<custom-field action="copy">client_name</custom-field>
<custom-field action="copy">company_name</custom-field>
<custom-field action="copy">company_website</custom-field>
<custom-field action="copy">email</custom-field>
</custom-fields>
<custom-types>
<custom-type translate="1">wpm-testimonial</custom-type>
</custom-types>
<taxonomies>
<taxonomy translate="1">wpm-testimonial-category</taxonomy>
</taxonomies>
<admin-texts>
</admin-texts>
<language-switcher-settings>
<key name="icl_lang_sel_config">
<key name="font-current-normal">#444444</key>
<key name="font-current-hover">#000000</key>
<key name="background-current-normal">#ffffff</key>
<key name="background-current-hover">#eeeeee</key>
<key name="font-other-normal">#444444</key>
<key name="font-other-hover">#000000</key>
<key name="background-other-normal">#ffffff</key>
<key name="background-other-hover">#eeeeee</key>
<key name="border">#cdcdcd</key>
</key>
<key name="icl_lang_sel_footer_config">
<key name="font-current-normal">#444444</key>
<key name="font-current-hover">#000000</key>
<key name="background-current-normal">#ffffff</key>
<key name="background-current-hover">#eeeeee</key>
<key name="font-other-normal">#444444</key>
<key name="font-other-hover">#000000</key>
<key name="background-other-normal">#ffffff</key>
<key name="background-other-hover">#eeeeee</key>
<key name="border">#cdcdcd</key>
</key>
<key name="icl_language_switcher_sidebar">0</key>
<key name="icl_widget_title_show">0</key>
<key name="icl_lang_sel_type">dropdown</key>
<key name="icl_lso_link_empty">0</key>
<key name="icl_lso_flags">0</key>
<key name="icl_lso_native_lang">1</key>
<key name="icl_lso_display_lang">1</key>
<key name="icl_lang_sel_footer">0</key>
<key name="icl_post_availability">0</key>
<key name="icl_post_availability_position">below</key>
<key name="icl_post_availability_text">This post is also available in: %s</key>
</language-switcher-settings>
</wpml-config>