- Issue created by @super_romeo
- ๐จ๐ดColombia angelgarciaco Bogotรก, Colombia
I've the same issue. Any news about it?
- ๐ต๐ฐPakistan hmdnawaz
This error still exists in 2025.
I'm also facing the issue. The error occurs in view modes that use the layout builder.
Is there any workaround?
- ๐ต๐ฐPakistan hmdnawaz
When patch config split is created for the view mode with layout builder, the actual field display is moved to the patched version but the config left with this config
437151a9-12cd-4d10-a578-08901f92206f: configuration: context_mapping: { } formatter: settings: { } third_party_settings: { } additional: { } third_party_settings: { }
Which doesn't contain an id so that is why we get that error. Just remove it from the actual config and the import will be fine
- ๐ช๐ธSpain DaAira
This solution worked for me:
Config causing error in config_split.patch.core.entity_view_display.commerce_product.foo.teaser.yml file:
e2a4c660-069b-463b-b165-3ae0ff019286:
uuid: e2a4c660-069b-463b-b165-3ae0ff019286
region: specifications
configuration:
id: 'field_block:commerce_product:foo:field_max_effic'
label: 'Maximum Efficiency'
label_display: '0'
provider: layout_builder
context_mapping:
entity: layout_builder.entity
view_mode: view_mode
formatter:
type: amara_number_decimal
label: inline
settings:
thousand_separator: ''
prefix_suffix: 1
decimal_separator: .
scale: '2'
tag: span
classes: ''
allow_zero: 0
third_party_settings: { }Working code:
e2a4c660-069b-463b-b165-3ae0ff019286:
uuid: e2a4c660-069b-463b-b165-3ae0ff019286
region: specifications
configuration: {}
weight: 3
additional: { }