We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a362afb commit ba7e57eCopy full SHA for ba7e57e
src/lib/Schema/Domain/Content/Mapper/FieldDefinition/ResolverVariables.php
@@ -52,7 +52,7 @@ public function mapToFieldValueResolver(FieldDefinition $fieldDefinition): strin
52
);
53
54
//we make sure no "field" (case insensitive) keyword in the actual field's identifier gets replaced
55
- //only syntax like: '@=resolver("MatrixFieldValue", [value, "field_matrix"])' needs to be taken into account
+ //only syntax like: '@=query("MatrixFieldValue", [value, "field_matrix"])' needs to be taken into account
56
//where [value, "field_matrix"] stands for the actual field's identifier
57
if (preg_match('/value, "(.*field.*)"/i', $resolver) !== 1) {
58
$resolver = str_replace(
0 commit comments