You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have the option to customise Link Icon and text in the preview. I suggest to use similar approach as the Summary component of the Elemental module. This allows the display of a single image and a single line of text. This should be enough to easily identify the managed items.
This is the React component Summary
I also suggest to add some interfaces for easy integration with the component. We've done this for elemental but this is custom code as the elemental module doesn't provide this. This is a much cleaner and easier way to managed React properties compared to just passing it via updateBlockSchema() as a array property.
The text was updated successfully, but these errors were encountered:
Image and text preview
It would be great to have the option to customise Link Icon and text in the preview. I suggest to use similar approach as the
Summary
component of the Elemental module. This allows the display of a single image and a single line of text. This should be enough to easily identify the managed items.This is the React component
Summary
I also suggest to add some interfaces for easy integration with the component. We've done this for elemental but this is custom code as the elemental module doesn't provide this. This is a much cleaner and easier way to managed React properties compared to just passing it via
updateBlockSchema()
as a array property.The text was updated successfully, but these errors were encountered: