Sha256: 2bbb44bf9e2157fbe149a48ea17522b3084f39a95f7c06dcaa69a4be0c949e7e

Contents?: true

Size: 555 Bytes

Versions: 61

Compression:

Stored size: 555 Bytes

Contents

pageflow.ConfigurationEditorTabView.groups.define('general', function() {
  this.input('title', pageflow.TextInputView, {required: true});
  this.input('hide_title', pageflow.CheckBoxInputView);
  this.input('tagline', pageflow.TextInputView);
  this.input('subtitle', pageflow.TextInputView);
  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

61 entries across 61 versions & 1 rubygems

Version Path
pageflow-0.0.1 app/assets/javascripts/pageflow/editor/views/configuration_editors/groups/general.js