Sha256: 4daeae969ea24f0b2ea61c5e99fa09c8cef9522ab8490429bfd7c953c6612cd4
Contents?: true
Size: 820 Bytes
Versions: 14
Compression:
Stored size: 820 Bytes
Contents
pageflow.ConfigurationEditorTabView.groups.define('general', function(options) { this.input('title', pageflow.TextInputView, {required: true, maxLength: 5000}); this.input('hide_title', pageflow.CheckBoxInputView); this.input('tagline', pageflow.TextInputView, {maxLength: 5000}); this.input('subtitle', pageflow.TextInputView, {maxLength: 5000}); this.input('text', pageflow.TextAreaInputView, { fragmentLinkInputView: pageflow.PageLinkInputView, enableLists: true }); this.input('text_position', pageflow.SelectInputView, { values: options.supportsTextPositionCenter ? pageflow.Page.textPositions : pageflow.Page.textPositionsWithoutCenterOption }); this.input('gradient_opacity', pageflow.SliderInputView); this.input('invert', pageflow.CheckBoxInputView); });
Version data entries
14 entries across 14 versions & 1 rubygems