Skip to content
Snippets Groups Projects

Create time_field.field_type_categories.yml and update category name

3 files
+ 5
2
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -11,7 +11,7 @@ use Drupal\Core\TypedData\DataDefinition;
* Plugin implementation of the 'time' field type.
*
* @FieldType(
* category= @Translation("General"),
* category= "time",
* id = "time_range",
* label = @Translation("Time Range"),
* description = @Translation("Time range field"),
Loading