-
Notifications
You must be signed in to change notification settings - Fork 6
/
wpml-config.xml
19 lines (19 loc) · 1.04 KB
/
wpml-config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<wpml-config>
<gutenberg-blocks>
<gutenberg-block type="simple-definition-list-blocks/div" translate="1">
<xpath label="sdl-blocks/div">//div</xpath>
</gutenberg-block>
<gutenberg-block type="simple-definition-list-blocks/list" translate="1">
<xpath label="sdl-blocks/list">//dl</xpath>
</gutenberg-block>
<gutenberg-block type="simple-definition-list-blocks/term" translate="1">
<xpath label="sdl-blocks/term">//dt</xpath>
</gutenberg-block>
<gutenberg-block type="simple-definition-list-blocks/details-html" translate="1">
<xpath label="sdl-blocks/details-html">//dd</xpath>
</gutenberg-block>
<gutenberg-block type="simple-definition-list-blocks/details" translate="1">
<xpath label="sdl-blocks/details">//dd</xpath>
</gutenberg-block>
</gutenberg-blocks>
</wpml-config>