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

Version Path
pageflow-14.0.0 app/assets/javascripts/pageflow/editor/views/configuration_editors/groups/general.js
pageflow-14.0.0.rc2 app/assets/javascripts/pageflow/editor/views/configuration_editors/groups/general.js
pageflow-14.0.0.rc1 app/assets/javascripts/pageflow/editor/views/configuration_editors/groups/general.js
pageflow-14.0.0.beta3 app/assets/javascripts/pageflow/editor/views/configuration_editors/groups/general.js
pageflow-14.0.0.beta2 app/assets/javascripts/pageflow/editor/views/configuration_editors/groups/general.js
pageflow-14.0.0.beta1 app/assets/javascripts/pageflow/editor/views/configuration_editors/groups/general.js