Sha256: b6921fa53c1f8427b6a40e27e4e8cd1fe2ce6abad487340377d148821eb1ed68
Contents?: true
Size: 739 Bytes
Versions: 10
Compression:
Stored size: 739 Bytes
Contents
pageflow.editor.widgetTypes.register('media_loading_spinner', { configurationEditorView: pageflow.ConfigurationEditorView.extend({ configure: function() { this.tab('loading_spinner', function() { this.view(pageflow.InfoBoxView, { text: I18n.t('pageflow.editor.media_loading_spinner.widget_type_info_box_text') }); this.input('custom_background_image_id', pageflow.FileInputView, { collection: 'image_files', fileSelectionHandler: 'widgetConfiguration' }); this.input('invert', pageflow.CheckBoxInputView); this.input('remove_logo', pageflow.CheckBoxInputView); this.input('blur_strength', pageflow.SliderInputView); }); } }) });
Version data entries
10 entries across 10 versions & 1 rubygems