You are here

uc_order.schema.yml in Ubercart 8.4

uc_order/config/schema/uc_order.schema.yml

File

uc_order/config/schema/uc_order.schema.yml
View source
  1. uc_order.status.*:
  2. type: config_entity
  3. label: 'Order status'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. name:
  9. type: label
  10. label: 'Name'
  11. state:
  12. type: string
  13. label: 'Order state'
  14. weight:
  15. type: integer
  16. label: 'Weight'
  17. locked:
  18. type: boolean
  19. label: 'Locked'
  20. status:
  21. type: boolean
  22. label: 'Status'
  23. langcode:
  24. type: string
  25. label: 'Default language'
  26. uc_order.settings:
  27. type: config_object
  28. label: 'Order settings'
  29. mapping:
  30. default_state:
  31. type: mapping
  32. label: 'Default order state'
  33. mapping:
  34. canceled:
  35. type: string
  36. label: 'Order state label'
  37. action.configuration.uc_order_delete_action:
  38. type: action_configuration_default
  39. label: 'Delete order configuration'
  40. action.configuration.uc_order_print_action:
  41. type: action_configuration_default
  42. label: 'Print order configuration'
  43. action.configuration.uc_order_set_order_status_action:
  44. type: action_configuration_default
  45. label: 'Set order status configuration'
  46. mapping:
  47. status:
  48. type: label
  49. label: 'Order status'
  50. notify:
  51. type: boolean
  52. label: 'Whether to send status change notification E-mail'