- Issue created by @Grimreaper
- 🇫🇷France Grimreaper France 🇫🇷
The first problem had been fixed by 🐛 Settings in the formater icon are not saved Active .
But the second one with icon_linkit_formatter remains.
- Merge request !71Issue #3493153 by grimreaper, mogtofu33: Config schema miss → (Merged) created by mogtofu33
-
mogtofu33 →
committed aeeb9c28 on 1.1.x
Issue #3493153 by grimreaper, mogtofu33: Config schema miss
-
mogtofu33 →
committed aeeb9c28 on 1.1.x
-
mogtofu33 →
committed 87fe781c on 1.0.x
Issue #3493153 by mogtofu33, grimreaper: Config schema miss
-
mogtofu33 →
committed 87fe781c on 1.0.x
- 🇫🇷France mogtofu33
Had an issue with a double
icon_display
, fixed inIconFieldHelpers::validateSettings()
, fixed on 1.1.x, backported 1.0.x.But didn't had double pack settings.
Please try to export config, manually edit to remove what's not under
icon_settings
and import it back.Here is my test on clean Drupal 11.1 + UI icons 1.1.x-dev.
- Enable UI Icons media, Icons bootstrap example with this config and create Icon media
- Set media icon field display settings for the icon packs
- Add field Media icons to content
- Set content display with layout builder
With that, config
core.entity_view_display.media.icon.default
is valid as below.content: field_linkit_attributes: type: icon_linkit_formatter label: hidden settings: trim_length: 80 url_only: false url_plain: false rel: '0' target: _blank linkit_profile: default icon_settings: bootstrap: color: '#6200ee' size: 32 alt: '' bootstrap_svg: color: '#f66151' size: 32 bootstrap_path: color: '#000000' size: 32 alt: '' bootstrap_name: color: '#000000' size: 32 icon_display: after third_party_settings: { } weight: 0 region: content
- 🇫🇷France Grimreaper France 🇫🇷
I tried with latest dev version of 1.0.x.
Still got the problem.
In manage display, no problem.
But when configuring a link with icon field formatter in Layout Builder, the config is corrupted.