Expose all Html slots and all layout parent slots in any Layout forms

When using the new layout components, expose the html slots and parent layout slots that the layout you are using inherited. Especially with html slots, this would be promoting backwards compatibility and in both cases reducing redundant and irrelevant slot boilerplate.

See Q&A topic:

For my use-cases, sometimes I want to expose a slot, sometimes I don’t (e.g., because I’ve already filled it, or because I have code that will fill it at run time).

So, it may be helpful to give a choice of which existing slots to expose.

1 Like

I figure that if the html slots has already been filled it’s safe to not expose it again.

1 Like