Skip to content
Snippets Groups Projects
Commit 7b56f1f9 authored by Thomas SECHER's avatar Thomas SECHER
Browse files

Field data translatable

parent eeee5653
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ class WebformTriggerApi extends WebformElementBase { ...@@ -77,7 +77,7 @@ class WebformTriggerApi extends WebformElementBase {
protected function defineTranslatableProperties() { protected function defineTranslatableProperties() {
return array_merge( return array_merge(
parent::defineTranslatableProperties(), parent::defineTranslatableProperties(),
['null_label'] ['null_label', static::FIELD_DATA],
); );
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment