-
Notifications
You must be signed in to change notification settings - Fork 15
/
wpml-config.xml
109 lines (109 loc) · 5.05 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<wpml-config>
<admin-texts>
<key name="seopress_titles_option_name">
<key name="seopress_titles_home_site_title"/>
<key name="seopress_titles_home_site_title_alt"/>
<key name="seopress_titles_home_site_desc"/>
<key name="seopress_titles_single_titles">
<key name="*">
<key name="title"/>
<key name="description"/>
</key>
</key>
<key name="seopress_titles_archive_titles">
<key name="*">
<key name="title"/>
<key name="description"/>
</key>
</key>
<key name="seopress_titles_archives_author_title"/>
<key name="seopress_titles_archives_author_desc"/>
<key name="seopress_titles_archives_date_title"/>
<key name="seopress_titles_archives_date_desc"/>
<key name="seopress_titles_archives_search_title"/>
<key name="seopress_titles_archives_search_desc"/>
<key name="seopress_titles_archives_404_title"/>
<key name="seopress_titles_archives_404_desc"/>
<key name="seopress_titles_tax_titles">
<key name="*">
<key name="title"/>
<key name="description"/>
</key>
</key>
</key>
<key name="seopress_social_option_name">
<key name="seopress_social_knowledge_type"/>
<key name="seopress_social_knowledge_name"/>
<key name="seopress_social_knowledge_img"/>
<key name="seopress_social_knowledge_desc"/>
<key name="seopress_social_knowledge_email"/>
<key name="seopress_social_knowledge_phone"/>
<key name="seopress_social_knowledge_contact_type"/>
<key name="seopress_social_knowledge_contact_option"/>
<key name="seopress_social_knowledge_tax_id"/>
<key name="seopress_social_accounts_facebook"/>
<key name="seopress_social_accounts_twitter"/>
<key name="seopress_social_accounts_pinterest"/>
<key name="seopress_social_accounts_instagram"/>
<key name="seopress_social_accounts_youtube"/>
<key name="seopress_social_accounts_linkedin"/>
<key name="seopress_social_accounts_extra"/>
<key name="seopress_social_facebook_og"/>
<key name="seopress_social_facebook_img"/>
<key name="seopress_social_facebook_img_default"/>
<key name="seopress_social_facebook_img_cpt">
<key name="*">
<key name="url"/>
</key>
</key>
<key name="seopress_social_facebook_link_ownership_id"/>
<key name="seopress_social_facebook_admin_id"/>
<key name="seopress_social_facebook_app_id"/>
<key name="seopress_social_twitter_card"/>
<key name="seopress_social_twitter_card_og"/>
<key name="seopress_social_twitter_card_img"/>
<key name="seopress_social_twitter_card_img_size"/>
<key name="seopress_social_li_img_size"/>
</key>
<key name="seopress_google_analytics_option_name">
<key name="seopress_google_analytics_ga4"/>
<key name="seopress_google_analytics_ads"/>
<key name="seopress_google_analytics_download_tracking"/>
<key name="seopress_google_analytics_affiliate_tracking"/>
<key name="seopress_google_analytics_ga4_property_id"/>
<key name="seopress_google_analytics_matomo_id"/>
<key name="seopress_google_analytics_matomo_site_id"/>
<key name="seopress_google_analytics_matomo_cross_domain_sites"/>
<key name="seopress_google_analytics_clarity_project_id"/>
<key name="seopress_google_analytics_opt_out_msg"/>
<key name="seopress_google_analytics_opt_out_msg_ok"/>
<key name="seopress_google_analytics_opt_out_msg_close"/>
<key name="seopress_google_analytics_opt_out_msg_edit"/>
<key name="seopress_google_analytics_other_tracking"/>
<key name="seopress_google_analytics_other_tracking_body"/>
<key name="seopress_google_analytics_other_tracking_footer"/>
</key>
</admin-texts>
<custom-fields>
<custom-field action="translate">_seopress_titles_title</custom-field>
<custom-field action="translate">_seopress_titles_desc</custom-field>
<custom-field action="translate">_seopress_social_fb_title</custom-field>
<custom-field action="translate">_seopress_social_fb_desc</custom-field>
<custom-field action="translate">_seopress_social_fb_img</custom-field>
<custom-field action="translate">_seopress_social_twitter_title</custom-field>
<custom-field action="translate">_seopress_social_twitter_desc</custom-field>
<custom-field action="translate">_seopress_social_twitter_img</custom-field>
<custom-field action="translate">_seopress_robots_index</custom-field>
<custom-field action="translate">_seopress_robots_follow</custom-field>
<custom-field action="translate">_seopress_robots_imageindex</custom-field>
<custom-field action="translate">_seopress_robots_archive</custom-field>
<custom-field action="translate">_seopress_robots_snippet</custom-field>
<custom-field action="translate">_seopress_robots_canonical</custom-field>
<custom-field action="translate">_seopress_robots_primary_cat</custom-field>
<custom-field action="translate">_seopress_robots_breadcrumbs</custom-field>
<custom-field action="translate">_seopress_redirections_enabled</custom-field>
<custom-field action="translate">_seopress_redirections_logged_status</custom-field>
<custom-field action="translate">_seopress_redirections_type</custom-field>
<custom-field action="translate">_seopress_redirections_value</custom-field>
</custom-fields>
</wpml-config>