- Issue created by @ronaldtebrake
- Status changed to Needs work
5 days ago 8:20pm 16 December 2024
When running translation extractions, we're running in to a
throw new \InvalidArgumentException("Invalid element data for mapping of '$schema_prefix' for '$key'.");
in this case for:
Invalid element data for mapping of 'diff.layout_plugins' for 'type'.
It seems to be a minor issue in the schema file for
diff.layout_plugins:
type: config_object
label: 'Plugin'
mapping:
type: sequence
sequence:
type: mapping
label: 'Diff configuration for a field type'
mapping:
type:
type: text
label: 'Plugin key'
settings:
type: diff.layout_plugin.settings.[%parent.type]
where the mapping should have a fields key (similar to diff.plugins
)
Active
1.0
Code