- Issue created by @mogtofu33
- 🇫🇷France just_like_good_vibes PARIS
hello, the change proposed is messing up something in the DerivableContextSourceBase,
but the solution is elsewhere.drupal config required for slots and props is not the same.
for a prop, we have like:
prop_id: source_id: xxx source: ... (source config)
for slots, it is slightly different :
slot_id: sources: - source_id: xxx1 source: ... (source config) - source_id: xxx2 source: ... (source config2)
if i am not mistaken, the correction you have posted in the MR is not required.
i am now investigating the rest to help you make it work for ui_icons :) -
just_like_good_vibes →
committed b92483a4 on 2.0.x authored by
mogtofu33 →
Issue #3491536 by mogtofu33, just_like_good_vibes: Icon as slot or prop
-
just_like_good_vibes →
committed b92483a4 on 2.0.x authored by
mogtofu33 →