-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* development: get feedback config from json instead ts file change name chore: add conditional so we only change the first package chore: add function to update name in manifest.json file chore: revert to original name
- Loading branch information
Showing
5 changed files
with
42 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"appKey": "metadata-synchronization", | ||
"appearance": { | ||
"showShareButton": false | ||
}, | ||
"feedback": { | ||
"repositories": { | ||
"clickUp": { | ||
"listId": "170646828", | ||
"title": "[User feedback] {title}", | ||
"body": "## dhis2\n\nUsername: {username}\n\n{body}" | ||
} | ||
}, | ||
"layoutOptions": { | ||
"showContact": false, | ||
"descriptionTemplate": "## Summary\n\n## Steps to reproduce\n\n## Actual results\n\n## Expected results\n\n" | ||
} | ||
}, | ||
"encryptionKey": "" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,5 @@ export interface AppConfig { | |
showShareButton: boolean; | ||
}; | ||
feedback: FeedbackOptions; | ||
encryptionKey: string; | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters