-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
wpml-config.xml
55 lines (55 loc) · 1.15 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>
<admin-texts>
<key name="site_reviews">
<key name="settings">
<key name="general">
<key name="request_verification_message"/>
<key name="notification_message"/>
</key>
<key name="reviews">
<key name="date">
<key name="custom"/>
</key>
</key>
<key name="schema">
<key name="name">
<key name="custom"/>
</key>
<key name="description">
<key name="custom"/>
</key>
<key name="pricecurrency"/>
</key>
<key name="strings">
<key name="*">
<key name="s2"/>
</key>
</key>
</key>
</key>
</admin-texts>
<custom-types>
<custom-type translate="0">site-review</custom-type>
</custom-types>
<shortcodes>
<shortcode>
<tag>site_reviews</tag>
<attributes>
<attribute>fallback</attribute>
</attributes>
</shortcode>
<shortcode>
<tag>site_reviews_form</tag>
<attributes>
<attribute>description</attribute>
</attributes>
</shortcode>
<shortcode>
<tag>site_reviews_summary</tag>
<attributes>
<attribute>labels</attribute>
<attribute>text</attribute>
</attributes>
</shortcode>
</shortcodes>
</wpml-config>