Documentation needs to include composer installer paths for plugins

Created on 23 January 2023, almost 2 years ago
Updated 24 January 2023, almost 2 years ago

The module expects the various ckeditor plugins to live inside libraries/ckeditor/plugins/ but that is not where they go if you follow the directions. What fixed it for me was adding these lines to my composer.json install paths:

"web/libraries/ckeditor/plugins/ajax": ["ckeditor/ajax"],
"web/libraries/ckeditor/plugins/autocomplete": ["ckeditor/autocomplete"],
"web/libraries/ckeditor/plugins/mentions": ["ckeditor/mentions"],
"web/libraries/ckeditor/plugins/textmatch": ["ckeditor/textmatch"],
"web/libraries/ckeditor/plugins/textwatcher": ["ckeditor/textwatcher"],
πŸ› Bug report
Status

Closed: works as designed

Version

2.0

Component

Documentation

Created by

πŸ‡ΊπŸ‡ΈUnited States drupalninja99

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024