Sha256: fe0b1a3087c7670dabce1088bc2b111957ebecd6baee285a02bc07ef92e34a23
Contents?: true
Size: 467 Bytes
Versions: 44
Compression:
Stored size: 467 Bytes
Contents
pageflow.ConfigurationEditorView.register('background_image', { 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('options', function() { this.group('options'); }); } });
Version data entries
44 entries across 44 versions & 1 rubygems