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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. module:
  10. - commerce_order
  11. - inline_entity_form
  12. _core:
  13. default_config_hash: 4fv0zPQ2YV4t2RPtYaHJo1bl4DU8EU44UWRCBQdJyqk
  14. id: commerce_order.recurring.default
  15. targetEntityType: commerce_order
  16. bundle: recurring
  17. mode: default
  18. content:
  19. adjustments:
  20. type: commerce_adjustment_default
  21. weight: 2
  22. region: content
  23. settings: { }
  24. third_party_settings: { }
  25. billing_profile:
  26. type: commerce_billing_profile
  27. weight: 0
  28. settings: { }
  29. region: content
  30. third_party_settings: { }
  31. order_items:
  32. type: inline_entity_form_complex
  33. weight: 1
  34. region: content
  35. settings:
  36. form_mode: default
  37. override_labels: true
  38. label_singular: 'order item'
  39. label_plural: 'order items'
  40. allow_new: true
  41. match_operator: CONTAINS
  42. allow_existing: false
  43. third_party_settings: { }
  44. hidden:
  45. billing_period: true
  46. billing_schedule: true
  47. cart: true
  48. ip_address: true
  49. mail: true
  50. order_number: true
  51. state: true
  52. store_id: true
  53. uid: true