ukhorsecremations.co.uk/config/packages/ux_icons.yaml
Stewart Walter 08d696985a Site build
2026-05-01 12:28:23 +01:00

21 lines
534 B
YAML

# Full configuration reference: https://symfony.com/bundles/ux-icons/current/index.html#configuration
ux_icons:
# Default HTML attributes to add to all icons
default_icon_attributes:
# Use current text color to fill the icon
fill: currentColor
# Default dimensions
height: '1em'
width: '1em'
# Throw an exception if an icon is not
ignore_not_found: false
when@prod:
ux_icons:
# Suppress exceptions for missing icons in production
ignore_not_found: true