-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathwpml-config.xml
37 lines (37 loc) · 1.36 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
<wpml-config>
<custom-fields>
<custom-field action="translate">_genesis_title</custom-field>
<custom-field action="translate">_genesis_description</custom-field>
<custom-field action="translate">_social_image_url</custom-field>
<custom-field action="translate">_genesis_canonical_uri</custom-field>
<custom-field action="translate">redirect</custom-field>
<custom-field action="translate">_open_graph_title</custom-field>
<custom-field action="translate">_twitter_title</custom-field>
<custom-field action="translate">_open_graph_description</custom-field>
<custom-field action="translate">_twitter_description</custom-field>
</custom-fields>
<admin-texts>
<key name="autodescription-site-settings">
<key name="homepage_description" />
<key name="homepage_title" />
<key name="homepage_social_image_url" />
<key name="homepage_og_title" />
<key name="homepage_twitter_title" />
<key name="homepage_og_description" />
<key name="homepage_twitter_description" />
<key name="pta">
<key name="*">
<key name="doctitle" />
<key name="description" />
<key name="social_image_url" />
<key name="canonical" />
<key name="redirect" />
<key name="og_title" />
<key name="tw_title" />
<key name="og_description" />
<key name="tw_description" />
</key>
</key>
</key>
</admin-texts>
</wpml-config>