Needs work
Project:
Diff
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
29 Mar 2024 at 15:03 UTC
Updated:
16 Dec 2024 at 20:20 UTC
Jump to comment: Most recent
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)
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
heddnComment #4
heddnNeeds tests