Add support for images as inline content #2435
Replies: 3 comments
-
|
Let me reply to the two items separately: Images as inline content Clickable images If we're starting this, imo we should create an example on how to customize the built-in block (and improve our API if needed), instead of adding this to the built-in image block out-of-the-box. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the answer. About the |
Beta Was this translation helpful? Give feedback.
-
|
@ClementEXWiki, yea it would likely not be implemented directly on our image block, but treated as a customization of the rendering of it, so you can add whichever additional props and completely customize the rendering of the block. We have not decided yet on how to approach this custom rendering. So, it'd be close to what @YousefED mentioned with:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Images cannot be inserted as inline content, which prevents e.g. putting them in a link. This would allow to redirect the user to a page when clicking on an image, a feature we need in our app.
Describe the solution you'd like
Add support for images as inline content.
Describe alternatives you've considered
N/A
Additional context
N/A
Beta Was this translation helpful? Give feedback.
All reactions