-
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.
Squashed 'extensions/src/quick-verse/' changes from 4ff3c1ffc..1c7c788d3
1c7c788d3 Merge pull request #72 from paranext/displaydata-descriptions aecc3d1e2 refactor: adjusted file structure for extension descriptions dd9b330d1 update `@sillsdev/scripture` (#71) 0df9c948a feat: added `displayData.json` file for localization (#70) 37c5b8be7 fix: adjusted displayData.json to have localizedDisplayInfo field f9eac9e86 feat: added displayData.json file for localization ef6e90c5a Bump braces from 3.0.2 to 3.0.3 (#69) git-subtree-dir: extensions/src/quick-verse git-subtree-split: 1c7c788d3817e01e09104e1d112495b3185d2cad
- Loading branch information
1 parent
d3ac166
commit b72f620
Showing
6 changed files
with
111 additions
and
30 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
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,3 @@ | ||
Extension template for Paranext. Powered by webpack. | ||
|
||
This is a webpack project template pre-configured to build a Platform.Bible extension. It contains the bare minimum of what an extension needs. |
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,10 @@ | ||
{ | ||
"icon": "", | ||
"localizedDisplayInfo": { | ||
"en": { | ||
"displayName": "Paranext Extension Template", | ||
"shortSummary": "Base template for a Paranext Extension", | ||
"description": "assets/descriptions/description-en.md" | ||
} | ||
} | ||
} |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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