-
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.
Asking for templates/signatures json will now return the minimum amount of information that the frontend needs to know about.
- Loading branch information
1 parent
41d9553
commit 6aa457e
Showing
5 changed files
with
182 additions
and
124 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
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,20 +1,16 @@ | ||
[{ | ||
"name": "Gavin Belson", | ||
"path": "gavinbelson.png", | ||
"description": "Visionary behind 'The Box 3'" | ||
"id": "gavinbelson", | ||
"name": "Gavin Belson" | ||
}, | ||
{ | ||
"name": "Walt Disney", | ||
"path": "waltdisney.png", | ||
"description": "Old-timey nazi sympathizer" | ||
"id": "waltdisney", | ||
"name": "Walt Disney" | ||
}, | ||
{ | ||
"name": "Donald Trump", | ||
"path": "donaldtrump.png", | ||
"description": "Nazi sympathizer" | ||
"id": "donaldtrump", | ||
"name": "Donald Trump" | ||
}, | ||
{ | ||
"name": "Harry Potter", | ||
"path": "harrypotter.png", | ||
"description": "The boy who lived" | ||
"id": "harrypotter", | ||
"name": "Harry Potter" | ||
}] |
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
Oops, something went wrong.