@@ -30,15 +30,15 @@ This code expects a certain JavaScript object to exist. Here is a rundown of wha
30
30
```
31
31
var opensdg = opensdg || {};
32
32
opensdg.configForm = {
33
- schema: null, // The JSONSchema for the form
34
- uiSchema: null, // The UI Schema according to JSONForms
35
- initialData: null, // Existing data to populate the form
36
- configFilename: null, // The name of file that will be generated by the form
37
- configFolder: null, // The path to the folder in a target repository that the file will be uploaded to
38
- githubClientId: null, // ClientID if using a direct connection to Github
39
- githubProxyUrl: null, // Proxy URL if using a direct connection to Github
40
- githubRepo: null, // The name of the Github repo that the file will be uploaded to
41
- githubOwner: null, // The owner (organization) of the Github repo that the file will be uploaded to
42
- repositoryLink: null, // The full link to the repository that the file will be uploaded to
33
+ schema: null, // The JSONSchema for the form
34
+ uiSchema: null, // The UI Schema according to JSONForms
35
+ initialData: null, // Existing data to populate the form
36
+ configFilename: null, // The name of file that will be generated by the form
37
+ configFolder: null, // The path to the folder in a target repository that the file will be uploaded to
38
+ githubClientId: null, // ClientID if using a direct connection to Github
39
+ githubProxyUrl: null, // Proxy URL if using a direct connection to Github
40
+ githubRepo: null, // The name of the Github repo that the file will be uploaded to
41
+ githubOwner: null, // The owner (organization) of the Github repo that the file will be uploaded to
42
+ repositoryLink: null, // The full link to the repository that the file will be uploaded to
43
43
};
44
44
```
0 commit comments