You are here

commerce_purchase_order.schema.yml in Commerce Purchase Order 8

config/schema/commerce_purchase_order.schema.yml

File

config/schema/commerce_purchase_order.schema.yml
View source
  1. commerce_payment.commerce_payment_gateway.plugin.purchase_order_gateway:
  2. type: commerce_payment_gateway_configuration
  3. mapping:
  4. instructions:
  5. type: config_object
  6. label: 'Payment instructions'
  7. mapping:
  8. value:
  9. type: text
  10. label: 'Formatted text'
  11. format:
  12. type: string
  13. label: 'Text format'
  14. limit_open:
  15. type: integer
  16. label: 'Limit to open orders'
  17. user_approval:
  18. type: boolean
  19. label: 'Users require approval'