Sha256: 85b30b1c16dc970a673017276392bf1309d1421aa31924eede4a711992f95361
Contents?: true
Size: 670 Bytes
Versions: 8
Compression:
Stored size: 670 Bytes
Contents
pageflow.ConfigurationEditorView.register('video', { configure: function() { this.tab('general', function() { this.group('general'); this.input('additional_title', pageflow.TextInputView); this.input('additional_description', pageflow.TextAreaInputView, {size: 'short'}); }); 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
8 entries across 8 versions & 1 rubygems