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: documentation/js-sdk-guide/modules/tooling-guide/pages/table-generation.adoc
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,11 +46,19 @@ auto-generated. The first prompt allows you to load a config file or start from
46
46
47
47
image::config-file-loading.png[width=100%]
48
48
49
-
Loading pre-existing config file will result into this:
49
+
When you decide to create a new configuration file, you will be prompted to specify a name for your config file. This provided name will be integrated into the default naming structure for the config file.
50
+
51
+
The naming structure is <config-file-name>-wizard.config.json. Here, <config-file-name> is the name that you provide when prompted.
52
+
53
+
For example, if you enter myConfig when prompted for the config file name, your new config file will be named myConfig-wizard.config.json.
This will give access to the folder structure and by using a FUZZY search mechanism can provide the possibility to input the pre-existing config file. By default, the config file is called _wizard-config.json_ and can be found in the root folder of the project.
61
+
This will give access to the folder structure and by using a FUZZY search mechanism can provide the possibility to input the pre-existing config file. The config file will now be named based on your input _<config-file-name>_-wizard.config.json, and can be found in the root folder of the project.
54
62
55
63
=== _Aspect Model selection_
56
64
If no pre-existing config file is loaded, then there is an option to choose for one or multiple Aspect Model files from the folder structure, using the same FUZZY search mechanism.
0 commit comments