Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
397 views
in Plugins by
One of my moderators is asking:

Indents are disabled unless a numbered or bulleted list is being used.

How can the line indent functions be enabled to work as they would in say "Redmine" for example can do this.

It's probably beneficial with some posts to go into more detail and without the ability to indent some lines or paragraphs it kinda makes it harder to read when there is a lot of text
Q2A version: 1.7.1

1 Answer

0 votes
by

Looks like you need to add this plugin: http://ckeditor.com/addon/indentblock

There are two ways to add it:

  1. Download the plugin from that page, add it to the folder qa-plugin/wysiwyg-editor/ckeditor/plugins folder, then update your config/js file with the line:
    config.extraPlugins = 'indentblock';
  2. Go to http://ckeditor.com/builder and upload the build-config.js file from the ckeditor folder. Add that plugin in the controls and download the new package.

 

...