Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUGFIX: Render cke toolbar table dropdowns with data urls #3915

Open
wants to merge 1 commit into
base: 8.3
Choose a base branch
from

Conversation

mhsdesign
Copy link
Member

@mhsdesign mhsdesign commented Feb 5, 2025

Resolves: #3897
Replaces #3898 by letting the data url be generated via build tooling instead of runtime

We leverage our custom defined .dataurl.svg extension to let the build tooling use the data-url loader instead of inlining the svg contents.

This is a regression from #3836 as it changes the default .svg loading to "text" from "dataurl" and provides and alternative new .dataurl.svg loading with "dataurl" to handle the previous cases.

What I did

How I did it

How to verify it

before:

image

after:

image

Resolves: neos#3897

We leverage our custom defined `.dataurl.svg` extension to let the build tooling use the data-url loader instead of inlining the svg contents.

The dataurl loading was introduced with neos#3836
@github-actions github-actions bot added Bug Label to mark the change as bugfix 8.3 labels Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.3 Bug Label to mark the change as bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant