[1.0.0-beta2] Attributes management

Created on 12 August 2024, 8 months ago
Updated 18 September 2024, 7 months ago

Problem/Motivation

We have today 4 usual markup structure of renderables which are more or less mapping with extractors plugins:

SVG:

<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-emoji-heart-eyes" viewBox="0 0 16 16">
  <path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>
  <path d="M11.315 10.014a.5.5 0 0 1 .548.736A4.498 4.498 0 0 1 7.965 13a4.498 4.498"/>
</svg>

SVG sprite:

<svg class="bi" width="32" height="32" fill="currentColor">
  <use xlink:href="bootstrap-icons.svg#heart-fill"/>
</svg>

Path (for bitmap or SVG):

<img src="/assets/icons/bootstrap.svg" alt="Bootstrap" width="32" height="32">

Font & codepoints:

<i class="bi-alarm"></i>

Do we want to use an attribute object in the Twig templates in order to leverage the #attributes render property?

Proposed resolution

Test with UI Styles. However, UI Styles and UI Icons share only one integration: Field Formatter when used as a block in Layout Builder.

Also, IconDefinition::DEFAULT_TEMPLATE doesn't use attribute object.

📌 Task
Status

Closed: won't fix

Version

1.0

Component

Code

Created by

🇫🇷France pdureau Paris

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024