You are here

commerce_product_tax.schema.yml in Commerce Product Tax 8

config/schema/commerce_product_tax.schema.yml

File

config/schema/commerce_product_tax.schema.yml
View source
  1. field.value.commerce_tax_rate:
  2. type: mapping
  3. label: 'Tax rate'
  4. mapping:
  5. value:
  6. type: string
  7. label: 'Tax rate'
  8. field.field_settings.commerce_tax_rate:
  9. type: mapping
  10. label: 'Tax rate field settings'
  11. mapping:
  12. allowed_zones:
  13. type: sequence
  14. label: 'Allowed zones'
  15. sequence:
  16. - type: string
  17. tax_type:
  18. type: string
  19. label: 'Tax type'