core.entity_form_display.commerce_subscription.product_variation.customer.yml 766 B

1234567891011121314151617181920212223242526272829303132333435
  1. uuid: bbffbc50-4c02-47d3-9626-a34cb7f96be3
  2. langcode: en
  3. status: true
  4. dependencies:
  5. config:
  6. - core.entity_form_mode.commerce_subscription.customer
  7. module:
  8. - commerce_recurring
  9. id: commerce_subscription.product_variation.customer
  10. targetEntityType: commerce_subscription
  11. bundle: product_variation
  12. mode: customer
  13. content:
  14. payment_method:
  15. type: commerce_recurring_payment_method
  16. weight: 0
  17. region: content
  18. settings:
  19. match_operator: CONTAINS
  20. match_limit: 10
  21. size: 60
  22. placeholder: ''
  23. third_party_settings: { }
  24. hidden:
  25. billing_schedule: true
  26. ends: true
  27. purchased_entity: true
  28. quantity: true
  29. starts: true
  30. store_id: true
  31. title: true
  32. trial_ends: true
  33. trial_starts: true
  34. uid: true
  35. unit_price: true