commerce_purchase_order.schema.yml in Commerce Purchase Order 8
config/schema/commerce_purchase_order.schema.yml
File
config/schema/commerce_purchase_order.schema.ymlView source
- commerce_payment.commerce_payment_gateway.plugin.purchase_order_gateway:
- type: commerce_payment_gateway_configuration
- mapping:
- instructions:
- type: config_object
- label: 'Payment instructions'
- mapping:
- value:
- type: text
- label: 'Formatted text'
- format:
- type: string
- label: 'Text format'
- limit_open:
- type: integer
- label: 'Limit to open orders'
- user_approval:
- type: boolean
- label: 'Users require approval'