Closed (fixed)
Project:
CKEditor Templates
Version:
8.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2019 at 08:28 UTC
Updated:
7 Jun 2020 at 14:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
julianvj commentedAttached patch to modify libraries path to ' libraries/ckeditor/plugins/templates' as @rooby said and as the documentation suggests: https://www.drupal.org/docs/8/core/modules/ckeditor/managing-ckeditor-pl...
Comment #3
jacineI agree it would be better to allow installation at
libraries/ckeditor/plugins/templates. I tested the patch, and it works. Though, depending on what the maintainer wants to do, it might be better to support both locations, or be able to configure the location in settings. This patch simply changes the location, which will break existing sites. Setting to "Needs review" for now, pending maintainer feedback.Comment #5
lucaslg commentedThank you for your suggestion rooby and your patch JulianVJ.
As Jacine pointed out, it feels better to keep compatibility with existing path to avoid a breaking change in the next version. Thus, users are free to do has they want.
Because I don't have much time to work on this module (as you can see from my response time...), I directly commited the change so that I don't have to come back to it.
Another improvement would be, as suggested in the link JulianJV provided, to use composer to install the ckeditor library. I will create another issue for this one.
Comment #6
lucaslg commentedCreated the composer issue : #3142359: Install Ckeditor plugin through composer