You are here

field.storage.support_ticket.field_priority.yml in Support Ticketing System 8

modules/support_ticket/config/install/field.storage.support_ticket.field_priority.yml

File

modules/support_ticket/config/install/field.storage.support_ticket.field_priority.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - options
  6. - support_ticket
  7. id: support_ticket.field_priority
  8. field_name: field_priority
  9. entity_type: support_ticket
  10. type: list_string
  11. settings:
  12. allowed_values:
  13. -
  14. value: '105'
  15. label: lowest
  16. -
  17. value: '110'
  18. label: low
  19. -
  20. value: '115'
  21. label: normal
  22. -
  23. value: '120'
  24. label: high
  25. -
  26. value: '125'
  27. label: urgent
  28. -
  29. value: '130'
  30. label: critical
  31. allowed_values_function: ''
  32. module: options
  33. locked: false
  34. cardinality: 1
  35. translatable: true
  36. indexes: { }
  37. persist_with_no_fields: false
  38. custom_storage: false