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