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: jsonforms-tooling-common/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This package is used by the JSONForms Tooling Visual Studio Code extensions and the Theia plugin, to outsource common shared code. This package is not meant to be used on it's own.
4
4
5
-
It provides the following functions (for vscode and theia):
6
-
*Generate a default UI schema
7
-
*Scaffolded a sample JSONForms project
8
-
*Preview JSONForms schema and uischema
5
+
It provides the following functionality (for vscode and theia):
Copy file name to clipboardexpand all lines: vscode-extension/README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -17,17 +17,17 @@ The VS extension brings you all the functions of the tooling to your Visual Stud
17
17
1. Right click on the folder, where you want to install the sample project.
18
18
2. Select the `JSONForms: Scaffold Seed Project` in the context menu.
19
19
3. Set a custom name for your project. You can also leave the field blank, then the project name will be `jsonforms-react-seed`
20
-
4.Next select, if you want to use a default schema or a custom schema.
21
-
5. If you selected the custom schema, you now need to select the schema file on your PC.
22
-
You can then right click on any empty folder and install the [seed](https://github.com/eclipsesource/jsonforms-react-seed) project inside it. This will clone the code from the repositories and run `npm install`
23
-
6. You can also generate an UI Schema out of any valid JSON schema file by rightclicking on the schema file
20
+
4.Select if you want to use a default schema or a custom schema.
21
+
5a. If you've selected the custom schema option, you now need to select the schema file on your PC.
22
+
5b. You can then right click on any empty folder and install the [seed](https://github.com/eclipsesource/jsonforms-react-seed) project inside it. This will clone the code from the repositories and run `npm install`
23
+
6.(Optional) You can also generate an UI Schema out of any valid JSON schema file by rightclicking on the schema file
24
24
25
-
## Generate a default uischema
25
+
## Generate a default UI schema
26
26
1. Right click on a `schema.json` file.
27
27
2. Select `JSONForms: Generate UI Schema`.
28
28
3. Enter a name for the ui schema file (default: `uischema.json`).
29
29
30
-
## Preview the schema and uischema
30
+
## Preview the schema and UI schema
31
31
1. Right click on a `schema.json` or a `uischema.json` file.
32
32
2. The editor will now ask you to select the other file (if you selected a schema file in the first step, now select the uischema file).
33
33
3. Now the preview will open in split screen and show you a preview of your schema files. (Note: It can take a while to load the environment)
0 commit comments