Skip to content

Commit 38a045b

Browse files
authored
Update README.md
1 parent 8fb5f3b commit 38a045b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ This code expects a certain JavaScript object to exist. Here is a rundown of wha
3030
```
3131
var opensdg = opensdg || {};
3232
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
4343
};
4444
```

0 commit comments

Comments
 (0)