Created
March 11, 2014 21:20
-
-
Save trevorparscal/9495342 to your computer and use it in GitHub Desktop.
Example data for configuring citation tools.
This file contains hidden or 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
var tools = [ | |
{ 'name': 'web', 'icon': 'cite-web', 'template': 'Cite web', 'title': 'Web site' }, | |
{ 'name': 'book', 'icon': 'cite-book', 'template': 'Cite book', 'title': 'Book' }, | |
{ 'name': 'news', 'icon': 'cite-news', 'template': 'Cite news', 'title': 'News' }, | |
{ 'name': 'journal', 'icon': 'cite-journal', 'template': 'Cite journal', 'title': 'Journal' } | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment