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
Currently, builder leaves the slot markup in the template event if it is empty. But it can sometimes hurt layout and readability of page. For example, when header slot leaves empty <header>.
It would be better, to have the ability to dynamically generate markup only for the non-empty slots.
The markup could be generated automatically, based on the slot name:
Currently, builder leaves the slot markup in the template event if it is empty. But it can sometimes hurt layout and readability of page. For example, when header slot leaves empty
<header>
.It would be better, to have the ability to dynamically generate markup only for the non-empty slots.
The markup could be generated automatically, based on the slot name:
Or some settings syntax may be created:
The text was updated successfully, but these errors were encountered: