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