Sha256: 3b2782954fbfd03d85cbc0d26b8cd0bcb5788d802ec35b6ff45e4101b3647d3b
Contents?: true
Size: 756 Bytes
Versions: 7
Compression:
Stored size: 756 Bytes
Contents
pageflow.ConfigurationEditorView.register('internal_links', { configure: function() { this.tab('general', function() { this.group('general'); }); this.tab('files', function() { this.input('background_image_id', pageflow.FileInputView, {collection: pageflow.imageFiles}); this.input('thumbnail_image_id', pageflow.FileInputView, { collection: pageflow.imageFiles, positioning: false }); }); this.tab('links', function() { this.input('linked_pages_layout', pageflow.SelectInputView, {values: pageflow.Page.linkedPagesLayouts}); this.input('linked_page_ids', pageflow.PageReferenceInputView); }); this.tab('options', function() { this.group('options'); }); } });
Version data entries
7 entries across 7 versions & 1 rubygems