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 field that does not support markup.'
  4. weight: -50
  5. number:
  6. label: 'Number'
  7. description: 'Field to store number. I.e. id, price, or quantity.'
  8. weight: -40
  9. reference:
  10. label: 'Reference'
  11. description: 'Field to reference other content.'
  12. weight: -30
  13. date_time:
  14. label: 'Date and time'
  15. description: 'Field to store date and time values.'
  16. weight: -10
  17. general:
  18. label: 'General'
  19. class: \Drupal\Core\Field\FallbackFieldTypeCategory