docs: Document Asset Manager image formats and SVG support in GrapesJS Builder#807
Open
promptless-for-oss wants to merge 1 commit into
Open
docs: Document Asset Manager image formats and SVG support in GrapesJS Builder#807promptless-for-oss wants to merge 1 commit into
promptless-for-oss wants to merge 1 commit into
Conversation
| * SVG | ||
|
|
||
| .. note:: |
Contributor
Author
There was a problem hiding this comment.
SVG support fix in PR #15954 - FileManager.php now handles SVG files properly in the GrapesJS Builder's image selector.
Source: mautic/mautic#15954
Contributor
|
@promptless-for-oss please rebase to 7.2 branch. |
Documents supported image formats in the GrapesJS Builder's Asset Manager, including SVG support from mautic/mautic PR #15954, with a note that most Email clients don't support SVG.
dcbc525 to
42b0466
Compare
Contributor
Author
|
Thanks @adiati98! Rebased the branch onto |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Open this suggestion in Promptless to view citations and reasoning process
Documents supported image formats in the GrapesJS Builder's Asset Manager, including the newly fixed SVG support from PR #15954.
Changes
builders/email_landing_page.rst
Context
PR #15954 fixes a bug where SVG files uploaded through the GrapesJS Builder's image selector would upload successfully but not appear in the Asset Manager's image list. The root cause was that PHP's
getimagesize()returns false for XML-based SVG files, causing them to be silently filtered out.With this fix, users can now:
The documentation update proactively documents this capability while noting the important limitation that SVG files aren't supported by most Email clients.
Trigger Events
Tip: Adjust how proactive or focused Promptless is in Agent Settings ⚙️