- Issue created by @longwave
- ð§ðŠBelgium wim leers Ghent ð§ðŠðŠðš
I don't see why we need this if ð Handle components without HTML wrappers Active is supposed to provide a general solution? ðĪ What am I missing?
- ðŽð§United Kingdom longwave UK
ð Handle components without HTML wrappers Active improves the preview canvas only.
This issue fixes the component settings form specifically for components containing optional images with no examples, which currently throw an error - the component settings cannot be changed at all.
- ðŽð§United Kingdom longwave UK
This makes the component inputs form more robust by ignoring violations entirely - previously we only asserted on them, but the fact we try to catch violations at all makes
::clientModelToInput()
act in a subtly different way for default/null values.image-optional-without-example
now fails withAn exception has been thrown during the rendering of a template ("[xb_test_sdc:image-optional-without-example/image.src] The property src is required.").
which I believe is in the remit of ðą [META] Robust component instance error handling Active - an SDC might change on us at deploy time and this sort of thing could happen there too.
- ð§ðŠBelgium wim leers Ghent ð§ðŠðŠðš
which currently throw an error - the component settings cannot be changed at all.
I see! ðĪŠ