Sha256: 85324be97562bd64bede76a600f9c1142ae270ae978b7654571198b00978fbaf
Contents?: true
Size: 455 Bytes
Versions: 39
Compression:
Stored size: 455 Bytes
Contents
pageflow.editor.widgetTypes.registerRole('cookie_notice', { isOptional: true }); pageflow.editor.widgetTypes.register('cookie_notice_bar', { configurationEditorView: pageflow.ConfigurationEditorView.extend({ configure: function() { this.tab('cookie_notice_bar', function() { this.view(pageflow.InfoBoxView, { text: I18n.t('pageflow.editor.cookie_notice_bar.widget_type_info_box_text') }); }); } }) });
Version data entries
39 entries across 39 versions & 1 rubygems