Skip to content
Snippets Groups Projects

Resolve #3455370 "Append additional default"

1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -398,6 +398,9 @@ class SchemaDotOrgMappingManager implements SchemaDotOrgMappingManagerInterface
continue;
}
// Append additional default field properties.
$field += $this->schemaEntityFieldManager->getPropertyDefaultField($schema_type, $property_name);
// Add Schema.org type and property to property values.
$field['schema_type'] = $schema_type;
$field['schema_property'] = $property_name;
Loading