- Issue created by @larowlan
- Assigned to lauriii
- ð§ðªBelgium wim leers Ghent ð§ðªðªðº
This prevents non config entity components as well as multiple different instances of the same component
(Emphasis mine.)
@lauriii, do you want that to be supported? This is not answered by the product requirements.@larowlan I'm only concerned about that one bit, the "non-SDC components" part makes sense ð
- Status changed to Needs review
5 months ago 12:14pm 12 September 2024 - ð§ðªBelgium wim leers Ghent ð§ðªðªðº
FYI: the tight coupling itself is being solved in ð Prepare for multiple component types: ComponentTreeStructure should contain Component config entity IDs, not SDC IDs Fixed :)
Retitling/rescoping for what I emphasized >1 month ago in #3.
- ð«ð®Finland lauriii Finland
This prevents non config entity components as well as multiple different instances of the same component
I'm not sure I could think of a good use case for this, at least one that couldn't be achieved by taking another approach. Maybe @larowlan who originally proposed this could elaborate what a good example use case for this would be?
- ð§ðªBelgium wim leers Ghent ð§ðªðªðº
I suspect Lee is thinking of e.g. creating >=2
Component
config entities for theexperience_builder:heading
SDC (for example), one with it preconfigured to<h2>
, one with it preconfigured to<h3>
.@larowlan is that right?
- ðŠðºAustralia larowlan ðŠðºð.au GMT+10
At one point we were talking about default values being saved in the config entity
I think that was the use case.
I don't think we're doing that anymore
But with the work to support other components (eg blocks) this is probably not needed anymore
The main driver here is to get rid of the magic config entity id to SDC plugin, which the source plugin work Felix started does anyway