Closed (fixed)
Project:
CKEditor Balloon Panel
Version:
8.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2019 at 08:24 UTC
Updated:
1 Dec 2019 at 19:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mark_fullmer+1 for this. I also think that additional
librariespath locations should be supported, such as such asprofiles/[profilename]/librariesorsites/default/librariesSee companion issue for the CKEditor A11yChecker at #3068819: Support alternate libraries path
Patch forthcoming...
Comment #3
mark_fullmerThe attached patch is based largely on the Libraries module, though it does not require the Libraries module as a dependency. It will look in the following locations for the a11ychecker plugin:
- libraries/
- profiles/[activeprofile]/libraries
- sites/default/libraries
- sites/all/libraries/ (backwards-compatibility)
- libraries/ckeditor/plugins
- profiles/[activeprofile]/libraries/ckeditor/plugins
- sites/default/libraries/ckeditor/plugins
- sites/all/libraries/ckeditor/plugins (backwards-compatibility)
Comment #4
pifagorComment #6
pifagor