Skip to content
Snippets Groups Projects
Commit 6cbbcb57 authored by Vadim Hirbu's avatar Vadim Hirbu Committed by Eleo Basili
Browse files

Issue #3486365 by vadim.hirbu, anybody, cb, grevil: Using a translatable...

Issue #3486365 by vadim.hirbu, anybody, cb, grevil: Using a translatable string as a category for field type is deprecated (breaks D11)
parent 49f3bbe9
Branches
Tags
1 merge request!13Issue #3486365: Using a translatable string as a category for field type is deprecated.
......@@ -17,7 +17,7 @@ use Drupal\Core\TypedData\OptionsProviderInterface;
* id = "entity_reference_display",
* label = @Translation("Display mode"),
* description = @Translation("This field allows you to specify a display mode for entity reference field."),
* category = @Translation("Reference"),
* category = "reference",
* default_widget = "options_select",
* default_formatter = "list_default"
* )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment