Sha256: 4e5a8ed9b3f914d930ee97d2d431d5c6b04eb6ef5f45152c6d38a8cc85c9c91e
Contents?: true
Size: 381 Bytes
Versions: 30
Compression:
Stored size: 381 Bytes
Contents
pageflow.editor.widgetTypes.register('classic_loading_spinner', { configurationEditorView: pageflow.ConfigurationEditorView.extend({ configure: function() { this.tab('loading_spinner', function() { this.view(pageflow.InfoBoxView, { text: I18n.t('pageflow.editor.classic_loading_spinner.widget_type_info_box_text') }); }); } }) });
Version data entries
30 entries across 30 versions & 1 rubygems