-
-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathwpml-config.xml
51 lines (51 loc) · 3.59 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
<wpml-config>
<custom-fields>
<custom-field action="translate">vcv-pageContent</custom-field>
<custom-field action="copy-once">_vcv-editorStartedAt</custom-field>
<custom-field action="copy-once">_vcv-sourceChecksum</custom-field>
<custom-field action="copy-once">vcvSourceCssFileUrl</custom-field>
<custom-field action="copy-once">vcv-be-editor</custom-field>
<custom-field action="copy-once">_vcv-pageTitleDisabled</custom-field>
<custom-field action="copy-once">_vcv-popupData</custom-field>
<custom-field action="copy-once">_vcv-HeaderTemplateId</custom-field>
<custom-field action="copy-once">_vcv-SidebarTemplateId</custom-field>
<custom-field action="copy-once">_vcv-FooterTemplateId</custom-field>
<custom-field action="copy-once">vcvSourceAssetsFiles</custom-field>
<custom-field action="copy-once">vcvSourceCss</custom-field>
<custom-field action="copy-once">vcvSettingsSourceCustomCss</custom-field>
<custom-field action="copy-once">vcv-globalElementsCssData</custom-field>
<custom-field action="copy-once">vcv-settingsLocalJsHead</custom-field>
<custom-field action="copy-once">vcv-settingsLocalJsFooter</custom-field>
<custom-field action="copy-once">_vcv-description</custom-field>
<custom-field action="copy-once">_vcv-type</custom-field>
<custom-field action="copy-once">_vcv-thumbnail</custom-field>
<custom-field action="copy-once">_vcv-preview</custom-field>
<custom-field action="copy-once">_vcv-id</custom-field>
<custom-field action="copy-once">_vcv-bundle</custom-field>
<custom-field action="copy-once">vcvEditorTemplateElements</custom-field>
<custom-field action="copy-once">_vcv-previewSourceAssetsFiles</custom-field>
<custom-field action="copy-once">_vcv-previewSourceCss</custom-field>
<custom-field action="copy-once">_vcv-previewElementsCssData</custom-field>
<custom-field action="copy-once">_vcv-previewGlobalElementsCss</custom-field>
<custom-field action="copy-once">_vcv-preview-settingsLocalJsHead</custom-field>
<custom-field action="copy-once">_vcv-preview-settingsLocalJsFooter</custom-field>
<custom-field action="copy-once">_vcv-preview-settingsGlobalJsHead</custom-field>
<custom-field action="copy-once">_vcv-preview-settingsGlobalJsFooter</custom-field>
<custom-field action="copy-once">_vcv-element-preset-value</custom-field>
<custom-field action="copy-once">_vcv-pageDesignOptionsData</custom-field>
<custom-field action="copy-once">_vcv-pageDesignOptionsCompiledCss</custom-field>
<custom-field action="copy-once">_vcv-settingsPopup</custom-field>
<custom-field action="copy-once">vcv-layoutType</custom-field>
<custom-field action="copy">_vcv-page-template</custom-field>
<custom-field action="copy">_vcv-page-template-type</custom-field>
<custom-field action="copy">_vcv-page-template-stretch</custom-field>
</custom-fields>
<custom-types>
<custom-type translate="1" display-as-translated="1">vcv_templates</custom-type>
<custom-type translate="1" display-as-translated="1">vcv_headers</custom-type>
<custom-type translate="1" display-as-translated="1">vcv_footers</custom-type>
<custom-type translate="1" display-as-translated="1">vcv_sidebars</custom-type>
<custom-type translate="1" display-as-translated="1">vcv_layouts</custom-type>
<custom-type translate="1" display-as-translated="1">vcv_popups</custom-type>
</custom-types>
</wpml-config>