Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mercury_editor
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
mercury_editor
Merge requests
!21
Update README.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Update README.md
issue/mercury_editor-3354589:3354589-add-documentation
into
2.1.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Open
ressa
requested to merge
issue/mercury_editor-3354589:3354589-add-documentation
into
2.1.x
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Closes
#3354589
0
0
Merge request reports
Compare
2.1.x
2.1.x (HEAD)
and
latest version
latest version
dac7e069
1 commit,
1 year ago
1 file
+
51
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
51
−
7
Options
Replaces the standard Drupal edit screen for nodes with an enhanced drag-and-drop e
ditor
.
# Mercury E
ditor
## If upgrading from 2.0.x:
Replaces the standard Drupal edit screen for nodes with an enhanced
drag-and-drop editor.
-
make note of applicable settins under "admin > Settings > Content Authoring > Mercury Editor settings"
-
disable all Mercury Editor submodules (see drush command below)
-
upgrade to 2.1.x with composer
-
clear cache, and manually restore applicable settings
To get a functional demonstration up an running, install the "Mercury
Editor Setup Test" module with Drush:
`drush pmu 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`
`drush in mercury_editor_setup_test`
For a full description of the module, visit the
[
project page
](
https://www.drupal.org/project/mercury_editor
)
.
Submit bug reports and feature suggestions, or track changes in the
[
issue queue
](
https://www.drupal.org/project/issues/mercury_editor
)
.
## Requirements
This module requires the following modules:
-
[
Layout Paragraphs
](
https://www.drupal.org/project/layout_paragraphs
)
-
[
Style Options
](
https://www.drupal.org/project/style_options
)
## Installation
Install as you would normally install a contributed Drupal module. For further
information, see
[
Installing Drupal Modules
](
https://www.drupal.org/docs/extending-drupal/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
-
Justin Toupin -
[
justin2pin
](
https://www.drupal.org/u/justin2pin
)
-
John Ferris -
[
pixelwhip
](
https://www.drupal.org/u/pixelwhip
)
Loading