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
The Home Link block currently lacks customization options for Color and Radius properties, limiting users' ability to style it according to their specific design requirements. Without these properties, achieving custom designs – such as those matching the provided reference image – is only possible through Custom CSS implementation. This limitation reduces the block's flexibility and forces users to rely on additional code solutions.
While potential workarounds exist, such as encapsulating the Home Link within a Group Block, this approach presents two significant challenges. First, the Home Link Block does not support adding Group as a parent container, as specified in its block.json configuration, which strictly limits the parent element to core/navigation. Second, implementing Group blocks introduces additional DOM elements, potentially impacting performance in resource-intensive scenarios.
What is your proposed solution?
We can add Color and Radius support to the Home Link block to customize it further and let the users adjust the Home Link component according to their needs.
The text was updated successfully, but these errors were encountered:
What problem does this address?
The Home Link block currently lacks customization options for Color and Radius properties, limiting users' ability to style it according to their specific design requirements. Without these properties, achieving custom designs – such as those matching the provided reference image – is only possible through Custom CSS implementation. This limitation reduces the block's flexibility and forces users to rely on additional code solutions.
While potential workarounds exist, such as encapsulating the Home Link within a Group Block, this approach presents two significant challenges. First, the Home Link Block does not support adding Group as a parent container, as specified in its block.json configuration, which strictly limits the parent element to core/navigation. Second, implementing Group blocks introduces additional DOM elements, potentially impacting performance in resource-intensive scenarios.
What is your proposed solution?
We can add Color and Radius support to the Home Link block to customize it further and let the users adjust the Home Link component according to their needs.
The text was updated successfully, but these errors were encountered: