forked from stellarwp/kadence-blocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wpml-config.xml
62 lines (62 loc) · 2.92 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
<wpml-config>
<gutenberg-blocks>
<gutenberg-block type="kadence/advancedbtn" translate="1">
<xpath>//div/a/span</xpath>
<xpath>//div/a/@href</xpath>
</gutenberg-block>
<gutenberg-block type="kadence/icon" translate="1">
<xpath>//div/a/@href</xpath>
</gutenberg-block>
<gutenberg-block type="kadence/advancedheading" translate="1">
<xpath>//div//*[self::h1 or self::h2 or self::h3 or self::h4 or self::h5 or self::h6 or self::p]</xpath>
</gutenberg-block>
<gutenberg-block type="kadence/tabs" translate="1">
<xpath>//span[@class="kt-title-text"]</xpath>
<xpath>//span[@class="kt-title-sub-text"]</xpath>
</gutenberg-block>
<gutenberg-block type="kadence/infobox" translate="1">
<xpath>//div/a/@href</xpath>
<xpath>//div[@class="kt-infobox-textcontent"]//*[self::h1 or self::h2 or self::h3 or self::h4 or self::h5 or self::h6 or self::p]</xpath>
<xpath>//span[@class="kt-blocks-info-box-learnmore"]</xpath>
</gutenberg-block>
<gutenberg-block type="kadence/pane" translate="1">
<xpath>//span[@class="kt-blocks-accordion-title"]</xpath>
</gutenberg-block>
<gutenberg-block type="kadence/iconlist" translate="1">
<xpath>//li[contains(@class, "kt-svg-icon-list-item-wrap")]//span</xpath>
<xpath>//li[contains(@class, "kt-svg-icon-list-item-wrap")]//a/@href</xpath>
</gutenberg-block>
<gutenberg-block type="kadence/testimonials" translate="1">
<xpath>//div[@class="kt-testimonial-title-wrap"]//*[self::h1 or self::h2 or self::h3 or self::h4 or self::h5 or self::h6 or self::p]</xpath>
<xpath>//div[@class="kt-testimonial-content"]</xpath>
<xpath>//div[@class="kt-testimonial-name"]</xpath>
<xpath>//div[@class="kt-testimonial-occupation"]</xpath>
</gutenberg-block>
<gutenberg-block type="kadence/form" translate="1">
<key name="messages">
<key name="*">
<key name="success"/>
<key name="error"/>
</key>
</key>
<key name="redirect"/>
<key name="email">
<key name="*">
<key name="subject"/>
<key name="fromName"/>
</key>
</key>
<xpath>//div[contains(@class, "kadence-blocks-form-field")]/label/text()</xpath>
<xpath>//div[contains(@class, "kadence-blocks-form-field")]/input/@*[name()='data-label' or name()='placeholder' or name()='value']</xpath>
<xpath>//div[contains(@class, "kadence-blocks-form-field")]/textarea/@*[name()='data-label' or name()='placeholder']</xpath>
<xpath>//div[contains(@class, "kadence-blocks-form-field")]/textarea</xpath>
<xpath>//div[contains(@class, "kadence-blocks-form-field")]/span</xpath>
<xpath>//div[contains(@class, "kadence-blocks-form-field")]/button</xpath>
</gutenberg-block>
<gutenberg-block type="kadence/spacer" translate="0"/>
<gutenberg-block type="kadence/rowlayout" translate="0"/>
<gutenberg-block type="kadence/column" translate="0"/>
<gutenberg-block type="kadence/tab" translate="0"/>
<gutenberg-block type="kadence/accordion" translate="0"/>
</gutenberg-blocks>
</wpml-config>