Skip to content

Instantly share code, notes, and snippets.

@jakeisonline
Created April 23, 2012 22:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakeisonline/2474374 to your computer and use it in GitHub Desktop.
Save jakeisonline/2474374 to your computer and use it in GitHub Desktop.
[Zendesk] Snippets for Lotus landing Page
(function() {
return ZendeskApps.defineApp(ZendeskApps.Site.TICKET_PROPERTIES, {
appID: '/apps/01-highrise/versions/1.0.0',
name: 'Highrise',
defaultSheet: 'loading',
dependencies: {
currentTicketID: 'workspace.ticket.id',
requester: 'workspace.ticket.requester',
requesterEmail: 'workspace.ticket.requester.email'
}
}
});
{
"name": "Highrise",
"configuration": {
"subdomain": {
"type": "url",
"required": "true"
},
"token": {
"type": "text",
"required": "true"
},
"useSSL": {
"type": "boolean",
"required": "true"
}
}
}
|-- manifest.json
|-- app.js
|-- [assets]
|-- icon.png
|-- [translations]
|-- en.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment