Sha256: 518767778bb6d1f987deeae1dfed0ecdd8c2208f4a499437716b778a62026a5c
Contents?: true
Size: 524 Bytes
Versions: 33
Compression:
Stored size: 524 Bytes
Contents
pageflow.editor.widgetTypes.register('phone_horizontal_slideshow_mode', { configurationEditorView: pageflow.ConfigurationEditorView.extend({ configure: function() { this.tab('phone_horizontal_slideshow_mode', function() { this.view(pageflow.InfoBoxView, { text: I18n.t('pageflow.editor.phone_horizontal_slideshow_mode.widget_type_info_box_text') }); this.view(pageflow.HelpImageView, { imageName: 'phone_horizontal_slideshow_mode' }); }); } }) });
Version data entries
33 entries across 33 versions & 1 rubygems