Skip to content
Snippets Groups Projects
ressa's avatar
ressa authored
dac7e069
History

Mercury Editor

Replaces the standard Drupal edit screen for nodes with an enhanced drag-and-drop editor.

To get a functional demonstration up an running, install the "Mercury Editor Setup Test" module with Drush:

drush in mercury_editor_setup_test

For a full description of the module, visit the project page.

Submit bug reports and feature suggestions, or track changes in the issue queue.

Requirements

This module requires the following modules:

Installation

Install as you would normally install a contributed Drupal module. For further information, see Installing Drupal Modules.

Configuration

TBD

If upgrading from 2.0.x

  • Make note of applicable settins under "admin > Settings > Content Authoring > Mercury Editor settings"
  • Uninstall all Mercury Editor submodules (see Drush command below)
  • Upgrade to 2.1.x with composer
  • Clear cache, and manually restore applicable settings
drush un mercury_editor_components mercury_editor_layouts mercury_editor_content_moderation mercury_editor_scaffold mercury_editor_dialog mercury_editor_skip_form mercury_editor_edit_tray mercury_editor_style_options mercury_editor_iframe mercury_editor_tabs mercury_editor_inline_editor

Maintainers