-
Notifications
You must be signed in to change notification settings - Fork 7
/
wpml-config.xml
28 lines (24 loc) · 1.07 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
<!-- WPML plugin setup -->
<!-- -->
<!-- Adding Customizer fields for plugin to localize them. -->
<!-- -->
<!-- @package Reykjavik -->
<!-- @copyright WebMan Design, Oliver Juhas -->
<!-- -->
<!-- @since 1.0.0 -->
<!-- @version 1.0.0 -->
<wpml-config>
<admin-texts>
<key name="theme_mods_reykjavik">
<key name="texts_site_info" />
</key>
</admin-texts>
<custom-fields>
<custom-field action="copy">show_intro_widgets</custom-field>
<custom-field action="copy">no_intro</custom-field>
<custom-field action="copy">no_intro_media</custom-field>
<custom-field action="copy">no_thumbnail</custom-field>
<custom-field action="copy">content_layout</custom-field>
<custom-field action="copy">intro_image</custom-field>
</custom-fields>
</wpml-config>