core.entity_form_display.commerce_subscription.standalone.customer.yml 727 B

12345678910111213141516171819202122232425262728293031323334
  1. uuid: fa677f7f-500a-427c-a38f-bd12760bc41b
  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.standalone.customer
  10. targetEntityType: commerce_subscription
  11. bundle: standalone
  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. quantity: true
  28. starts: true
  29. store_id: true
  30. title: true
  31. trial_ends: true
  32. trial_starts: true
  33. uid: true
  34. unit_price: true