Sha256: d2e596ee828d72665be471e9e3ede06853d787cc3dcfbfecf01c147a2b594317
Contents?: true
Size: 611 Bytes
Versions: 6
Compression:
Stored size: 611 Bytes
Contents
pageflow.ConfigurationEditorTabView.groups.define('general', function() { 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); this.input('text_position', pageflow.SelectInputView, {values: pageflow.Page.textPositions}); this.input('gradient_opacity', pageflow.SliderInputView); this.input('invert', pageflow.CheckBoxInputView); });
Version data entries
6 entries across 6 versions & 1 rubygems