Automatic div Removal

CUE can be configured to automatically remove HTML div elements from text pasted into rich text fields. This functionality is useful for some customers, but not for others and is therefore disabled by default. To enable it:

  1. If necessary, switch user to root.

    $ sudo su
  2. Open /etc/escenic/cue-web-3.0/config.yml for editing. For example

    # nano /etc/escenic/cue-web-3.0/config.yml
  3. Add the following setting:

    removeDivsAutomatically: true
  4. Save the file.

  5. Enter:

    # dpkg-reconfigure cue-web-3.0

    This reconfigures CUE with the changes you have made.

You can disable the functionality by setting removeDivsAutomatically to false.