Skip to content
Snippets Groups Projects

Resolve #3436225 "Termselect graphql4"

Files
10
@@ -12,7 +12,7 @@ use Symfony\Component\String\UnicodeString;
*
* @DataProducer(
* id = "webform_element_property",
* name = @Translation("Webform Element Property"),
* name = @Translation("Webform element property"),
* description = @Translation("Returns the property of a webform element."),
* produces = @ContextDefinition("any",
* label = @Translation("Any value"),
@@ -20,7 +20,7 @@ use Symfony\Component\String\UnicodeString;
* ),
* consumes = {
* "element" = @ContextDefinition("any",
* label = @Translation("Webform Element")
* label = @Translation("Webform element")
* ),
* "property" = @ContextDefinition("string",
* label = @Translation("Property")
Loading