Sha256: 50b4468543b17f2912b59345642f91eb8370c13b5599f0730ddcce442e9dba20
Contents?: true
Size: 775 Bytes
Versions: 16
Compression:
Stored size: 775 Bytes
Contents
pageflow.ConfigurationEditorView.register('background_video', { configure: function() { this.tab('general', function() { this.group('general'); }); this.tab('files', function() { this.input('video_file_id', pageflow.FileInputView, {collection: pageflow.videoFiles}); this.input('poster_image_id', pageflow.FileInputView, {collection: pageflow.imageFiles}); this.input('thumbnail_image_id', pageflow.FileInputView, { collection: pageflow.imageFiles, positioning: false }); this.input('mobile_poster_image_id', pageflow.FileInputView, { collection: pageflow.imageFiles, imagePositioning: false }); }); this.tab('options', function() { this.group('options'); }); } });
Version data entries
16 entries across 16 versions & 1 rubygems