Sha256: b91b13acb754fdaa728f3a6e172ed3e0f03ecb3395aeda0eec3233e69b273390

Contents?: true

Size: 722 Bytes

Versions: 6

Compression:

Stored size: 722 Bytes

Contents

window.Aloha = window.Aloha ?= {}

window.Aloha.settings =

  logLevels: { 'error': true, 'warn': true, 'info': false, 'debug': false }

  errorhandling: true

  plugins:

    format:
      config: [ 'b', 'i', 'u','del','sub','sup', 'p', 'title', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'pre', 'removeFormat']
      editables:
        '.editable-short-text' : [ 'b', 'i', 'u' ]

    link:
      config: [ 'a' ]
      editables:
        '.editable-short-text': [ ]

    list:
      config: [ 'ul' ]
      editables:
        '.editable-short-text': [ ]

    image:
      ui:
        insert: false
        crop:   false

  i18n:
    available: ['en', 'fr', 'pt-BR', 'es', 'de', 'no', 'ru', 'nl']

  sidebar:
    disabled: true


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
locomotive_cms-2.0.0.rc12 app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee
locomotive_cms-2.0.0.rc11 app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee
locomotive_cms-2.0.0.rc10 app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee
locomotive_cms-2.0.0.rc9 app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee
locomotive_cms-2.0.0.rc8 app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee
locomotive_cms-2.0.0.rc7 app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee