- Issue created by @marcphilipps
The frontend_editing module does not display the icon_default (which is provided by the Paragraphs module) when adding Paragraph entities via the overlay. The proposed changes ensure that, when available, the icon_default is displayed in the overlay along with improved styling for a more cohesive experience.
Update the rendering logic in the frontend_editing module so that it conditionally displays the icon_default (provided by the Paragraphs module) in the overlay when available. In addition, apply styling enhancements to ensure that the icon appears consistent and visually appealing.
No API changes are introduced; the update solely affects the presentation layer of the frontend_editing module.
There are no changes to the underlying data model. This update is strictly limited to the rendering and styling aspects.
Active
1.8
User interface