Sha256: 47530f048c8752204a6c03bcdd11afc543a5bc4b947dca740a7f351516ef7135

Contents?: true

Size: 1.18 KB

Versions: 5

Compression:

Stored size: 1.18 KB

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', 'pl', 'pt-BR', 'es', 'de', 'no', 'ru', 'nl', 'ja']

  sidebar:
    disabled: true

  toolbar:
    tabs:
      [
        {
          label: 'tab.format.label'
        },
        {
          label: 'tab.insert.label',
          showOn: { scope: 'Aloha.continuoustext' },
          exclusive: true,
          components: [
            [
              'createTable', 'characterPicker', 'insertLink',
              'insertAbbr', 'insertToc','insertHorizontalRule',
              'insertTag', 'insertlocomotivemedia'
            ]
          ]
        }
      ]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
locomotive_cms-2.1.4 app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee
locomotive_cms-2.1.3 app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee
locomotive_cms-2.1.2 app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee
locomotive_cms-2.1.1 app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee
locomotive_cms-2.1.0 app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee