core.entity_form_display.commerce_order.recurring.default.yml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. uuid: 8d4ff124-1b5d-4a27-a741-b04f1228983f
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - commerce_order.commerce_order_type.recurring
  7. - field.field.commerce_order.recurring.billing_period
  8. - field.field.commerce_order.recurring.billing_schedule
  9. - field.field.commerce_order.recurring.order_items
  10. module:
  11. - commerce_order
  12. - inline_entity_form
  13. _core:
  14. default_config_hash: 4fv0zPQ2YV4t2RPtYaHJo1bl4DU8EU44UWRCBQdJyqk
  15. id: commerce_order.recurring.default
  16. targetEntityType: commerce_order
  17. bundle: recurring
  18. mode: default
  19. content:
  20. adjustments:
  21. type: commerce_adjustment_default
  22. weight: 2
  23. region: content
  24. settings: { }
  25. third_party_settings: { }
  26. billing_profile:
  27. type: commerce_billing_profile
  28. weight: 0
  29. settings: { }
  30. region: content
  31. third_party_settings: { }
  32. order_items:
  33. type: inline_entity_form_complex
  34. weight: 1
  35. region: content
  36. settings:
  37. form_mode: default
  38. override_labels: true
  39. label_singular: 'order item'
  40. label_plural: 'order items'
  41. allow_new: true
  42. match_operator: CONTAINS
  43. allow_existing: false
  44. third_party_settings: { }
  45. hidden:
  46. billing_period: true
  47. billing_schedule: true
  48. cart: true
  49. ip_address: true
  50. mail: true
  51. order_number: true
  52. state: true
  53. store_id: true
  54. uid: true