You are here

price_list.schema.yml in Commerce Pricelist 8

config/schema/price_list.schema.yml

File

config/schema/price_list.schema.yml
View source
  1. commerce_pricelist.price_list_type.*:
  2. type: config_entity
  3. label: 'Price list type config'
  4. mapping:
  5. id:
  6. type: string
  7. label: 'ID'
  8. label:
  9. type: label
  10. label: 'Label'
  11. uuid:
  12. type: string
  13. commerce_pricelist.price_list_item_type.*:
  14. type: commerce_config_entity_bundle
  15. label: 'Price list item type config'
  16. mapping:
  17. purchasableEntityType:
  18. type: string
  19. label: 'Purchasable entity type ID.'
  20. priceListType:
  21. type: string
  22. label: 'Pricelist entity type ID.'