Sha256: d67a18ffa8d151c5f0788fe7a4b28f3fae516b6ff8f4438ce1eb8a22e22c9101

Contents?: true

Size: 1.41 KB

Versions: 9

Compression:

Stored size: 1.41 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-single-text': ['b', 'i', 'u', 'del', 'sub', 'sup']

    inputcontrol:
      editables:
        '.editable-single-text':
          disableEnter: true

    link:
      config: ['a']

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

    align:
      config:
        alignment: ['right','left','center','justify']
      editables:
        '.editable-single-text':
          alignment: []

    image:
      ui:
        insert: false
        crop:   false

  i18n:
    available: ['en', 'fr', 'pl', 'pt-BR', 'es', 'de', 'no', 'ru', 'nl', 'ja', 'cs', 'bg', 'sk']

  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

9 entries across 9 versions & 1 rubygems

Version Path
locomotive_cms-2.5.5 app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee
locomotive_cms-2.5.4 app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee
locomotive_cms-2.5.3 app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee
locomotive_cms-2.5.2 app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee
locomotive_cms-2.5.1 app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee
locomotive_cms-2.5.0 app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee
locomotive_cms-2.5.0.rc3 app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee
locomotive_cms-2.5.0.rc2 app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee
locomotive_cms-2.5.0.rc1 app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee