forked from alexandergross/sitepress-multilingual-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwpml-config.xml
executable file
·66 lines (66 loc) · 3.38 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<wpml-config>
<custom-fields>
<custom-field action="translate">title</custom-field>
<custom-field action="translate">description</custom-field>
<custom-field action="translate">keywords</custom-field>
<custom-field action="ignore">_edit_last</custom-field>
<custom-field action="ignore">_edit_lock</custom-field>
<custom-field action="ignore">_wp_page_template</custom-field>
<custom-field action="ignore">_wp_attachment_metadata</custom-field>
<custom-field action="ignore">original_post_id</custom-field>
<custom-field action="ignore">_wpml_original_post_id</custom-field>
<custom-field action="ignore">_wp_old_slug</custom-field>
<custom-field action="ignore">_icl_translator_note</custom-field>
<custom-field action="ignore">_alp_processed</custom-field>
<custom-field action="ignore">_pingme</custom-field>
<custom-field action="ignore">_encloseme</custom-field>
<custom-field action="ignore">_icl_lang_duplicate_of</custom-field>
<custom-field action="ignore">_thumbnail_id</custom-field>
<custom-field action="ignore">_wp_attached_file</custom-field>
<custom-field action="translate">_wp_attachment_image_alt</custom-field>
</custom-fields>
<taxonomies>
<taxonomy translate="1">translation_priority</taxonomy>
</taxonomies>
<language-switcher-settings>
<key name="link_empty">0</key>
<key name="statics">
<key name="footer">
<key name="show">0</key>
<key name="display_flags">1</key>
<key name="display_names_in_current_lang">1</key>
<key name="display_names_in_native_lang">1</key>
<key name="display_link_for_current_lang">1</key>
<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="post_translations">
<key name="show">0</key>
<key name="display_flags">0</key>
<key name="display_names_in_current_lang">1</key>
<key name="display_names_in_native_lang">1</key>
<key name="display_link_for_current_lang">0</key>
<key name="display_before_content">1</key>
<key name="display_after_content">0</key>
<key name="availability_text">This post is also available in: %s</key>
</key>
<key name="shortcode_actions">
<key name="show">0</key>
<key name="display_flags">0</key>
<key name="display_names_in_current_lang">1</key>
<key name="display_names_in_native_lang">1</key>
<key name="display_link_for_current_lang">1</key>
</key>
</key>
</language-switcher-settings>
<custom-types>
<custom-type translate="1">attachment</custom-type>
</custom-types>
</wpml-config>