- Issue created by @rhodes_muc
- First commit to issue fork.
- Status changed to Needs review
5 months ago 12:03pm 6 June 2024
If you use entity_embed 1.5 with Drupal 10, Ckeditor5 and Amazon S3 file system, no SVG items are displayed for custom embed buttons in the toolbar. The cause is in drupalentity.js in line 366. "l.icon.endsWith(svg)" fails because Amazon S3 appends a parameter to the icon URL, e.g. "mypath/mypath.svg?amazonparameterhsakjdahdha
l.icon = l.icon.split('?')[0];
if (l.icon.endsWith("svg")) {...
Same issue in ui.js.
Needs review
1.5
CKEditor integration