- Issue created by @G4MBINI
- Merge request !54Issue #3494205 by g4mbini: [4.0.0-alpha8] Update UI Icons implementation to support beta3 changes → (Merged) created by G4MBINI
During the merge into Core, icon properties were harmonized and sometimes renamed:
Before:
{{ icon(icon.icon_pack, icon.icon, icon.settings) }}
'icon':
icon_pack: 'pack_id'
icon: 'question'
After:
{{ icon(icon.pack_id, icon.icon_id, icon.settings) }}
'icon':
pack_id: 'pack_id'
icon_id: 'question'
Update components/stat/stat.icons_or_image.story.yml
to meet all changes.
Active
4.0
Code