You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+14-1
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,20 @@ You can edit some general information about the low code app. You can import pag
57
57

58
58
59
59
### Export
60
-
There's the option to export apps. It is highly recommended enable the option to export as a package, as this will try and collect all the used custom operator and action script and include them in the package. As of version 1.0.0.5 it now searching through the GQI queries and looks for used dom modules and includes them in the package as well. From version 1.0.0.6 it's possible to include dom instances in the package as well by enabling the option.
60
+
There's the option to export apps. It is highly recommended enable the option to export as a package, as this will try and collect all the used custom operator and action script and include them in the package.
61
+
62
+
As of version 1.0.0.5 it now searching through the GQI queries and looks for used dom modules and includes them in the package as well.
63
+
64
+
From version 1.0.0.6 it's possible to include dom instances in the package as well by enabling the option.
65
+
66
+
From version 1.0.0.9 the used images are included in the package as well.
67
+
68
+
#### Overview of included items
69
+
- Custom Operators
70
+
- Configured Action scripts
71
+
- Dependencies of the used scripts
72
+
- DOM Modules
73
+
- Images
61
74
62
75
> [!NOTE]
63
76
> When exporting an app from one dma to another make sure the versions match. For example the GQI versions.
0 commit comments