Sha256: 0143488d7bee9308abe43164170e365cbc2d74cbad67884f61d0299588a1edc5
Contents?: true
Size: 803 Bytes
Versions: 20
Compression:
Stored size: 803 Bytes
Contents
pageflow.editor.widgetTypes.register('title_loading_spinner', { configurationEditorView: pageflow.ConfigurationEditorView.extend({ configure: function() { this.tab('loading_spinner', function() { this.view(pageflow.InfoBoxView, { text: I18n.t('pageflow.editor.title_loading_spinner.widget_type_info_box_text') }); this.input('title', pageflow.TextInputView, { placeholder: pageflow.entry.configuration.get('title') || pageflow.entry.get('entry_title'), }); this.input('subtitle', pageflow.TextInputView); this.input('custom_background_image_id', pageflow.FileInputView, { collection: 'image_files', fileSelectionHandler: 'widgetConfiguration' }); }); } }) });
Version data entries
20 entries across 20 versions & 1 rubygems