Sha256: 3dd1bb8831667b6734e3a19e747edb05eb20e60c1f23e2daed06c18eec723f7a
Contents?: true
Size: 613 Bytes
Versions: 10
Compression:
Stored size: 613 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.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
10 entries across 10 versions & 1 rubygems