Sha256: c046df9f0dabd6d516c48843c0d43784286913707cb9c4ea98cda4b9335986aa
Contents?: true
Size: 608 Bytes
Versions: 12
Compression:
Stored size: 608 Bytes
Contents
pageflow.ConfigurationEditorView.register('external_links', { configure: function() { this.tab('general', function() { this.group('general'); }); this.tab('files', function() { this.group('background'); this.input('thumbnail_image_id', pageflow.FileInputView, { collection: pageflow.imageFiles, positioning: false }); }); this.tab('links', function() { this.input('linked_external_site_perma_ids', pageflow.externalLinks.SiteReferencesInputView); }); this.tab('options', function() { this.group('options'); }); } });
Version data entries
12 entries across 12 versions & 1 rubygems