Sha256: 566347b867ebacde338e0b8b1df030f739de42c553cb19936daded0c7bc7b8a4

Contents?: true

Size: 656 Bytes

Versions: 5

Compression:

Stored size: 656 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': [ ]

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

  sidebar:
    disabled: true


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
locomotive_cms-2.0.0.rc6 app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee
locomotive_cms-2.0.0.rc5 app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee
locomotive_cms-2.0.0.rc4 app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee
locomotive_cms-2.0.0.rc2 app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee
locomotive_cms-2.0.0.rc1 app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee