Sha256: 79c1c661ce3500c1d9e070f6a6075aac583f222b04e45896f724cf6efe39327c

Contents?: true

Size: 695 Bytes

Versions: 4

Compression:

Stored size: 695 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, {
    fragmentLinkInputView: pageflow.PageLinkInputView,
    enableLists: true
  });
  this.input('text_position', pageflow.SelectInputView, {values: pageflow.Page.textPositions});
  this.input('gradient_opacity', pageflow.SliderInputView);
  this.input('invert', pageflow.CheckBoxInputView);
});

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pageflow-14.2.1 app/assets/javascripts/pageflow/editor/views/configuration_editors/groups/general.js
pageflow-14.2.0 app/assets/javascripts/pageflow/editor/views/configuration_editors/groups/general.js
pageflow-14.1.1 app/assets/javascripts/pageflow/editor/views/configuration_editors/groups/general.js
pageflow-14.1.0 app/assets/javascripts/pageflow/editor/views/configuration_editors/groups/general.js