-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
wpml-config.xml
36 lines (35 loc) · 1.47 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
<wpml-config>
<gutenberg-blocks>
<gutenberg-block type="visual-portfolio/block" translate="1">
<key name="images">
<key name="*">
<key name="title" />
<key name="description" />
<key name="author" />
<key name="categories" />
</key>
</key>
<key name="no_items_notice" />
<key name="items_style_default__date_format" />
<key name="items_style_default__read_more_label" />
<key name="items_style_fade__date_format" />
<key name="items_style_fly__date_format" />
<key name="items_style_emerge__date_format" />
<key name="filter_text_all" />
<key name="pagination_infinite_text_load" />
<key name="pagination_infinite_text_loading" />
<key name="pagination_infinite_text_end_list" />
<key name="pagination_load_more_text_load" />
<key name="pagination_load_more_text_loading" />
<key name="pagination_load_more_text_end_list" />
</gutenberg-block>
</gutenberg-blocks>
<custom-types>
<custom-type translate="1">portfolio</custom-type>
<custom-type translate="1">vp_lists</custom-type>
</custom-types>
<taxonomies>
<taxonomy translate="1">portfolio_category</taxonomy>
<taxonomy translate="1">portfolio_tag</taxonomy>
</taxonomies>
</wpml-config>