Sha256: d8a5eef4d679276598685f6facf795270511cdef289485e2a702f5968c582625
Contents?: true
Size: 795 Bytes
Versions: 2
Compression:
Stored size: 795 Bytes
Contents
pageflow.ConfigurationEditorView.register('chart', { configure: function() { var supportedHosts = this.options.pageType.supportedHosts; this.tab('general', function() { this.group('general'); }); this.tab('files', function() { this.input('scraped_site_id', pageflow.chart.ScrapedUrlInputView, { supportedHosts: supportedHosts, displayPropertyName: 'display_scraped_site_url', required: true }); this.input('background_image_id', pageflow.FileInputView, {collection: pageflow.imageFiles}); this.input('thumbnail_image_id', pageflow.FileInputView, { collection: pageflow.imageFiles, imagePositioning: false }); }); this.tab('options', function() { this.group('options'); }); } });
Version data entries
2 entries across 2 versions & 1 rubygems