You are here

commerce_product_bundle.schema.yml in Commerce Product Bundle 8

config/schema/commerce_product_bundle.schema.yml

File

config/schema/commerce_product_bundle.schema.yml
View source
  1. commerce_product_bundle.commerce_product_bundle_type.*:
  2. type: config_entity
  3. label: 'Product bundle type'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. description:
  12. type: text
  13. label: 'Description'
  14. bundleItemType:
  15. type: string
  16. label: 'Bundle item type'
  17. orderItemType:
  18. type: string
  19. label: 'Order item type'
  20. locked:
  21. type: 'boolean'
  22. label: 'Locked'
  23. traits:
  24. type: sequence
  25. label: 'Traits'
  26. orderby: value
  27. sequence:
  28. type: string
  29. commerce_product_bundle.commerce_product_bundle_i_type.*:
  30. type: config_entity
  31. label: 'Product bundle item type config'
  32. mapping:
  33. id:
  34. type: string
  35. label: 'ID'
  36. label:
  37. type: label
  38. label: 'Label'
  39. uuid:
  40. type: string
  41. description:
  42. type: text
  43. label: 'Description'
  44. traits:
  45. type: sequence
  46. label: 'Traits'
  47. orderby: value
  48. sequence:
  49. type: string
  50. field.formatter.settings.commerce_product_bundle_add_to_cart:
  51. type: mapping
  52. label: 'Entity reference rendered entity display format settings'
  53. mapping:
  54. view_mode:
  55. type: string
  56. label: 'View mode'
  57. combine:
  58. type: boolean
  59. label: 'Whether to attempt to combine order items containing the same product bundle items'