Skip to content
Snippets Groups Projects
Commit c61723db authored by Pascal Crott's avatar Pascal Crott Committed by Dominik Wille
Browse files

Issue #3483951: Category needs to be lowercase

parent ee59665c
Branches 7.x-1.x
Tags 7.x-2.1
1 merge request!12#3483951 Fix field type category.
......@@ -16,7 +16,7 @@ use Drupal\json_field\Plugin\Field\FieldType\NativeJsonItem;
* id = "conditions",
* label = @Translation("Conditions"),
* description = @Translation("Stores condition configurations as json."),
* category = "Data",
* category = "data",
* default_widget = "conditions_groups",
* default_formatter = "conditions_empty_formatter",
* constraints = {"valid_json" = {}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment