-
Notifications
You must be signed in to change notification settings - Fork 30
/
wpml-config.xml
52 lines (52 loc) · 1.34 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
<wpml-config>
<custom-fields>
<custom-field action="copy">cherry_style</custom-field>
<custom-field action="copy">cherry_grid_type</custom-field>
<custom-field action="copy">cherry_layout</custom-field>
</custom-fields>
<admin-texts>
<key name="cherryframework4">
<key name="blog-section">
<key name="options-list">
<key name="blog-button-text" />
</key>
</key>
<key name="pagination-section">
<key name="options-list">
<key name="pagination-label" />
</key>
</key>
<key name="breadcrumbs-subsection">
<key name="options-list">
<key name="breadcrumbs-custom-home-title" />
<key name="breadcrumbs-prefix-path" />
</key>
</key>
<key name="footer-section">
<key name="options-list">
<key name="footer-text" />
</key>
</key>
<key name="cookie-banner-section">
<key name="options-list">
<key name="cookie-banner-text" />
</key>
</key>
<key name="portfolio-options-section">
<key name="options-list">
<key name="portfolio-more-button-text" />
</key>
</key>
<key name="social-section">
<key name="options-list">
<key name="follow-title" />
</key>
</key>
<key name="mega-menu-options-section">
<key name="options-list">
<key name="mega-menu-mobile-label" />
</key>
</key>
</key>
</admin-texts>
</wpml-config>