-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathwpml-config.xml
55 lines (55 loc) · 2.21 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
<wpml-config>
<custom-fields>
<custom-field action="translate">cpseo_title</custom-field>
<custom-field action="translate">cpseo_description</custom-field>
<custom-field action="translate">cpseo_focus_keyword</custom-field>
<custom-field action="ignore">cpseo_canonical_url</custom-field>
<custom-field action="copy-once">cpseo_robots</custom-field>
<custom-field action="copy-once">cpseo_cornerstone_content</custom-field>
<custom-field action="copy">cpseo_facebook_enable_image_overlay</custom-field>
<custom-field action="copy">cpseo_facebook_image_overlay</custom-field>
<custom-field action="copy">cpseo_twitter_use_facebook</custom-field>
<custom-field action="copy">cpseo_twitter_card_type</custom-field>
<custom-field action="copy">cpseo_twitter_enable_image_overlay</custom-field>
<custom-field action="copy">cpseo_twitter_image_overlay</custom-field>
</custom-fields>
<admin-texts>
<key name="cpseo-options-titles">
<key name="title_separator"/>
<key name="homepage_title"/>
<key name="homepage_description"/>
<key name="homepage_facebook_title"/>
<key name="homepage_facebook_description"/>
<key name="url_author_base"/>
<key name="author_archive_title"/>
<key name="author_archive_description"/>
<key name="date_archive_title"/>
<key name="date_archive_description"/>
<key name="search_title"/>
<key name="404_title"/>
<key name="pt_post_title"/>
<key name="pt_post_description"/>
<key name="pt_page_title"/>
<key name="pt_page_description"/>
<key name="pt_attachment_title"/>
<key name="pt_attachment_description"/>
<key name="tax_category_title"/>
<key name="tax_category_description"/>
<key name="tax_post_tag_title"/>
<key name="tax_post_tag_description"/>
</key>
<key name="cpseo-options-general">
<key name="stopwords"/>
<key name="img_alt_format"/>
<key name="img_title_format"/>
<key name="breadcrumbs_separator"/>
<key name="breadcrumbs_prefix"/>
<key name="breadcrumbs_home_label"/>
<key name="breadcrumbs_archive_format"/>
<key name="breadcrumbs_search_format"/>
<key name="breadcrumbs_404_label"/>
<key name="rss_before_content"/>
<key name="rss_after_content"/>
</key>
</admin-texts>
</wpml-config>