field_videos fix
This commit is contained in:
+2
-2
@@ -363,7 +363,7 @@ class EnFrSchemaExtension extends SdlSchemaExtensionPluginBase {
|
||||
$builder->produce('property_path')
|
||||
->map('type', $builder->fromValue('entity:node'))
|
||||
->map('value', $builder->fromParent())
|
||||
->map('path', $builder->fromValue('field_video'))
|
||||
->map('path', $builder->fromValue('field_videos'))
|
||||
);
|
||||
|
||||
$registry->addFieldResolver('Textref', 'tags',
|
||||
@@ -522,7 +522,7 @@ class EnFrSchemaExtension extends SdlSchemaExtensionPluginBase {
|
||||
$builder->produce('property_path')
|
||||
->map('type', $builder->fromValue('entity:node'))
|
||||
->map('value', $builder->fromParent())
|
||||
->map('path', $builder->fromValue('field_video'))
|
||||
->map('path', $builder->fromValue('field_videos'))
|
||||
);
|
||||
|
||||
$registry->addFieldResolver('Textprod', 'tagsprod',
|
||||
|
||||
Reference in New Issue
Block a user