You are here

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

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

File

modules/support_ticket/config/install/field.storage.support_ticket.field_state.yml
View source
  1. langcode: en
  2. status: true
  3. dependencies:
  4. module:
  5. - options
  6. - support_ticket
  7. id: support_ticket.field_state
  8. field_name: field_state
  9. entity_type: support_ticket
  10. type: list_string
  11. settings:
  12. allowed_values:
  13. -
  14. value: new
  15. label: new
  16. -
  17. value: active
  18. label: active
  19. -
  20. value: pending
  21. label: pending
  22. -
  23. value: blocked
  24. label: blocked
  25. -
  26. value: inactive
  27. label: inactive
  28. -
  29. value: closed
  30. label: closed
  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