Sha256: 52492ab98296f39fdc51ae45bd48b2a5c310317e51d7dddaf32498097486e2ab
Contents?: true
Size: 529 Bytes
Versions: 10
Compression:
Stored size: 529 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, imagePositioning: false }); }); this.tab('options', function() { this.group('options'); }); } });
Version data entries
10 entries across 10 versions & 1 rubygems