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

Version Path
pageflow-14.5.2 app/assets/javascripts/pageflow/editor/views/configuration_editors/groups/general.js
pageflow-15.0.2 app/assets/javascripts/pageflow/editor/views/configuration_editors/groups/general.js
pageflow-15.0.1 app/assets/javascripts/pageflow/editor/views/configuration_editors/groups/general.js
pageflow-15.0.0 app/assets/javascripts/pageflow/editor/views/configuration_editors/groups/general.js
pageflow-14.5.1 app/assets/javascripts/pageflow/editor/views/configuration_editors/groups/general.js
pageflow-14.5.0 app/assets/javascripts/pageflow/editor/views/configuration_editors/groups/general.js
pageflow-15.0.0.rc2 app/assets/javascripts/pageflow/editor/views/configuration_editors/groups/general.js
pageflow-15.0.0.rc1 app/assets/javascripts/pageflow/editor/views/configuration_editors/groups/general.js
pageflow-15.0.0.beta4 app/assets/javascripts/pageflow/editor/views/configuration_editors/groups/general.js
pageflow-15.0.0.beta3 app/assets/javascripts/pageflow/editor/views/configuration_editors/groups/general.js
pageflow-14.4.0 app/assets/javascripts/pageflow/editor/views/configuration_editors/groups/general.js
pageflow-15.0.0.beta2 app/assets/javascripts/pageflow/editor/views/configuration_editors/groups/general.js
pageflow-15.0.0.beta1 app/assets/javascripts/pageflow/editor/views/configuration_editors/groups/general.js
pageflow-14.3.0 app/assets/javascripts/pageflow/editor/views/configuration_editors/groups/general.js