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
* * small fixes which were
inspired by first Retrieval demo
* * improve queries to
standardized API
* * query working
* more query options
* show last blue message
* SMT AsciiDoc to use podman
* * update
* * update
* * fix recursive copy of AAS with
supplemental files
---------
Co-authored-by: Michael Hoffmeister <michael.hoffmeister@festo.com>
/* Maximum parallel write operations, such as HTTP uploads. */,
76
78
"MaxParallelWriteOps": 1
77
79
/* For connecting to repositories/ registry, default pagination limit. */,
78
-
"DefaultConnectPageLimit" : 20
80
+
"DefaultConnectPageLimit":20
79
81
/* If not -1, the left of window | Arg: <pixel> */,
80
82
"WindowLeft": -1
81
83
/* If not -1, the top of window | Arg: <pixel> */,
82
84
"WindowTop": -1
83
85
/* If not -1, the width of window | Arg: <pixel> */,
84
-
"WindowWidth": 900
86
+
"WindowWidth": 1440
85
87
/* If not -1, the height of window | Arg: <pixel> */,
86
-
"WindowHeight": 600
88
+
"WindowHeight": 584
87
89
/* If set, then maximize window on application startup */,
88
90
"WindowMaximized": false
89
91
/* Template string for the id of an AAS. Could contain up to 16 placeholders of: D = decimal digit, X = hex digit, A = alphanumerical digit | Arg: <string> */,
@@ -112,14 +114,16 @@
112
114
"ExtensionsPresetFile": "extension-presets.json"
113
115
/* Path to JSON file defining data specification presets. | Arg: <path> */,
114
116
"DataSpecPresetFile": "data-spec-presets.json"
117
+
/* Path to JSON file defining query presets. */,
118
+
"QueryPresetFile": "query-presets.json"
115
119
/* Home address of the content browser on startup, on change of AASX | Arg: <URL> */,
0 commit comments