- Issue created by @Grimreaper
- Merge request !280Issue #3490733 by grimreaper: LinkPropType normalization...again → (Merged) created by Grimreaper
- 🇫🇷France just_like_good_vibes PARIS
the check seems a bit weak.
what cases we have?
integers, strings, markup, render array ?!, bool, floats, arrays...? who knows
i guess we wan't to keep the normalizing efficient and simple while
protecting against bad data injected, whatever it comes
from.
do we add other cases? - 🇫🇷France just_like_good_vibes PARIS
more generally, do we need a better normalizing for string props? in that case the title of a link maybe normalized the same way string props are/would be normalized ?
- 🇫🇷France pdureau Paris
more generally, do we need a better normalizing for string props? in that case the title of a link maybe normalized the same way string props are/would be normalized ?
Unfortunately, we cant' apply StringPropType normalization to links item titles, because we discovered than links item titles can be renderables.
-
grimreaper →
committed e7baca91 on 2.0.x
Issue #3490733 by grimreaper: LinkPropType normalization...again
-
grimreaper →
committed e7baca91 on 2.0.x
- 🇫🇷France just_like_good_vibes PARIS
according to comments from 🐛 [2.0.0-rc1] normalization of slots triggers some unwanted filtering Active ,
there are new work to do on normalization.
i have opened a new separate issue https://www.drupal.org/project/ui_patterns/issues/3492211 🐛 LinkPropType normalization...suite Active