Section Page Metadata Panel Width

You can increase the width of the metadata panel in the section editor has been increased. Some users may prefer this layout, since much of the section page editor's functionality is located in the metadata panel.

To enable an extra-wide section page metadata panel:

  1. If necessary, switch user to root.

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

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

    wideSectionMetadataPanel = true
  4. Save the file.

  5. Enter:

    # dpkg-reconfigure cue-web-3.12

    This reconfigures CUE with the change you made.