Sha256: efdcf3652c221b48eddc0167812cb594cc62d04b4ea86ad758ccdc9df86e1e28
Contents?: true
Size: 470 Bytes
Versions: 31
Compression:
Stored size: 470 Bytes
Contents
pageflow.ConfigurationEditorTabView.groups.define('page_link', function() { this.input('label', pageflow.TextInputView); this.input('target_page_id', pageflow.PageLinkInputView); this.input('page_transition', pageflow.SelectInputView, { translationKeyPrefix: 'pageflow.page_transitions', includeBlank: true, blankTranslationKey: 'pageflow.editor.views.edit_page_link_view.default_page_transition', values: pageflow.pageTransitions.names() }); });
Version data entries
31 entries across 31 versions & 1 rubygems