forked from zendesk/demo_apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump framework version, proper app name
- Loading branch information
1 parent
a15882a
commit 1373502
Showing
2 changed files
with
5 additions
and
46 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "CommonJS App", | ||
"name": "CommonJS sample app", | ||
"author": { | ||
"name": "Zendesk", | ||
"email": "[email protected]" | ||
|
@@ -8,5 +8,5 @@ | |
"private": true, | ||
"location": "ticket_sidebar", | ||
"version": "1.0", | ||
"frameworkVersion": "0.5" | ||
"frameworkVersion": "1.0" | ||
} |
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 |
---|---|---|
@@ -1,54 +1,13 @@ | ||
{ | ||
"app": { | ||
"package": "app_name", | ||
"package": "common_js_sample_app", | ||
"description": { | ||
"value": "Play the famous zen tunes in your help desk.", | ||
"value": "An app that shows how you can use CommonJS modules in your code", | ||
"title": "app description" | ||
}, | ||
"name": { | ||
"value": "Buddha Machine", | ||
"value": "CommonJS sample app", | ||
"title": "app name" | ||
} | ||
}, | ||
|
||
"loading": { | ||
"value": "Welcome to this Sample App", | ||
"title": "loading placeholder" | ||
}, | ||
|
||
"fetch": { | ||
"done": { | ||
"value": "Good", | ||
"title": "fetch success" | ||
}, | ||
"fail": { | ||
"value": "failed to fecth information from the server", | ||
"title": "fetch failure" | ||
} | ||
}, | ||
|
||
"id": { | ||
"value": "ID", | ||
"title": "user id" | ||
}, | ||
|
||
"email": { | ||
"value": "Email", | ||
"title": "user email" | ||
}, | ||
|
||
"name": { | ||
"value": "Name", | ||
"title": "user name" | ||
}, | ||
|
||
"role": { | ||
"value": "Role", | ||
"title": "user role" | ||
}, | ||
|
||
"groups": { | ||
"value": "Groups", | ||
"title": "user groups" | ||
} | ||
} |