Closed (fixed)
Project:
CKEditor Line Height
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
29 Mar 2018 at 09:04 UTC
Updated:
18 Nov 2021 at 09:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
astonvictor commentedAdded a patch that updates the library path.
Comment #3
abh.ai commentedYou don't need this patch. You can specify where you want to install in your composer.json file.
Under repositories, add this:
Comment #4
nwom commentedWebform and a few other modules use the Composer Merge Plugin to automatically download the library and keep the library up-to-date using a composer.libraries.json instead of adding it to the composer.json of the module itself
I felt it would be beneficial for this module as well, so I copied an implementation done by the patch here: #3024597: Using composer to install library as done in Webform module and added the change in the above patch. Please review!
Comment #5
anish.a commentedTested the changes. Added backward compatibility with previous path.
Comment #6
anish.a commentedAdding correct patch.
Comment #8
anish.a commentedComment #9
anish.a commented