app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee in locomotive_cms-2.1.4 vs app/assets/javascripts/locomotive/utils/aloha_settings.js.coffee in locomotive_cms-2.2.0

- old
+ new

@@ -7,22 +7,32 @@ errorhandling: true plugins: format: - config: [ 'b', 'i', 'u','del','sub','sup', 'p', 'title', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'pre', 'removeFormat'] + config: ['b', 'i', 'u', 'del', 'sub', 'sup', 'p', 'title', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'pre', 'removeFormat'] editables: - '.editable-short-text' : [ 'b', 'i', 'u' ] + '.editable-single-text': ['b', 'i', 'u', 'del', 'sub', 'sup'] - link: - config: [ 'a' ] + inputcontrol: editables: - '.editable-short-text': [ ] + '.editable-single-text': + disableEnter: true + link: + config: ['a'] + list: - config: [ 'ul' ] + config: ['ul'] editables: - '.editable-short-text': [ ] + '.editable-single-text': [] + + align: + config: + alignment: ['right','left','center','justify'] + editables: + '.editable-single-text': + alignment: [] image: ui: insert: false crop: false \ No newline at end of file