Sha256: f1cbf52b961605afc8848af18f8f3ef9341e65341d9afedbf47db18c0e71a90e
Contents?: true
Size: 533 Bytes
Versions: 16
Compression:
Stored size: 533 Bytes
Contents
pageflow.ConfigurationEditorView.register('background_image', { configure: function() { this.tab('general', function() { this.group('general'); }); this.tab('files', function() { this.input('background_image_id', pageflow.FileInputView, {collection: pageflow.imageFiles}); this.input('thumbnail_image_id', pageflow.FileInputView, { collection: pageflow.imageFiles, positioning: false }); }); this.tab('options', function() { this.group('options'); }); } });
Version data entries
16 entries across 16 versions & 1 rubygems