Problem/Motivation
Under the "Harder" and "Hardest" section of the CKEditor Media Embed Plugin project page, step 4 says:
4. Run
drush config-set ckeditor_media_embed.settings plugins_version_installed [INSTALLED VERSION OF PLUGINS]
But this setting is incorrect. It should be plugins_installed_version as can be seen in config/install/ckeditor_media_embed.settings.yml.
Proposed resolution
Change step 4 for "Harder" and "Hardest" on the project page to say:
4. Run
drush config-set ckeditor_media_embed.settings plugins_installed_version [INSTALLED VERSION OF PLUGINS]
FWIW I didn't follow those steps exactly since I installed it with composer following the approach noted in this issue comment. I guess that's the unspeakably hardest level, LOL, but I expect it's a pretty common use case.
Issue fork ckeditor_media_embed-3268723
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
amanire commentedComment #3
amanire commentedComment #4
kimberlly_amaral commentedI'll work on this.
Comment #5
kimberlly_amaral commentedComment #6
grndlvl commentedThe documentation on the project page is actually correct, however, it would be trashed pretty easily :( looks like we have two different strings....
https://git.drupalcode.org/project/ckeditor_media_embed/-/blob/8.x-1.x/s...
https://git.drupalcode.org/project/ckeditor_media_embed/-/blob/8.x-1.x/s...
vs
https://git.drupalcode.org/project/ckeditor_media_embed/-/blob/8.x-1.x/c...
The code is actually looking at the former. I'll need to update the initial settings.yml file.
Comment #7
kimberlly_amaral commentedComment #8
amanire commentedAh, good to know.
Comment #9
rajab natshah