core.field_type_categories.yml

Same filename and directory in other branches
  1. 10 core/core.field_type_categories.yml
  2. 11.x core/core.field_type_categories.yml
core/core.field_type_categories.yml

File

core/core.field_type_categories.yml

View source
  1. plain_text:
  2. label: 'Plain text'
  3. description: 'Text without markup and formatting'
  4. weight: -50
  5. number:
  6. label: 'Number'
  7. description: 'Numeric value like quantity or radio frequency'
  8. weight: -40
  9. reference:
  10. label: 'Reference'
  11. description: 'Reference other content'
  12. weight: -30
  13. date_time:
  14. label: 'Date and time'
  15. description: 'A date and/or time value'
  16. summary: 'The field types use different formats to store date and time in the database. All field types can be displayed in various ways.'
  17. weight: -10
  18. general:
  19. label: 'General'
  20. class: \Drupal\Core\Field\FallbackFieldTypeCategory

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.