Sha256: adc0e88bb5d786946e11b97874863c9941d9f7768300fd3392b1800f350bb7bb
Contents?: true
Size: 934 Bytes
Versions: 28
Compression:
Stored size: 934 Bytes
Contents
(function() { with( require('apps/framework/app_scope') ) { var source = <%= source %>; ZendeskApps[<%= name.to_json %>] = ZendeskApps.defineApp(source) .reopenClass({ location: <%= location.to_json %> }) .reopen({ assetUrlPrefix: <%= asset_url_prefix.to_json %>, appClassName: <%= app_class_name.to_json %>, author: { name: <%= author[:name].to_json %>, email: <%= author[:email].to_json %> }, translations: <%= translations.to_json %>, templates: <%= templates.to_json %>, frameworkVersion: <%= framework_version.to_json %> }); } ZendeskApps[<%= name.to_json %>].install({"id": <%= app_id %>, "app_id": <%= app_id %>, "settings": <%= settings.to_json %>}); }());
Version data entries
28 entries across 28 versions & 1 rubygems