You are here

price.schema.yml in Price 3.x

config/schema/price.schema.yml

File

config/schema/price.schema.yml
View source
  1. price.price_currency.*:
  2. type: config_entity
  3. label: 'Currency'
  4. mapping:
  5. currencyCode:
  6. type: string
  7. label: 'Currency code'
  8. name:
  9. type: label
  10. label: 'Name'
  11. numericCode:
  12. type: string
  13. label: 'Numeric code'
  14. symbol:
  15. type: label
  16. label: 'Symbol'
  17. fractionDigits:
  18. type: integer
  19. label: 'Fraction digits'
  20. field.value.price:
  21. type: mapping
  22. label: 'Price'
  23. mapping:
  24. number:
  25. type: string
  26. label: 'Number'
  27. currency_code:
  28. type: string
  29. label: 'Currency code'
  30. field.field_settings.price:
  31. type: mapping
  32. label: 'Price field settings'
  33. mapping:
  34. available_currencies:
  35. type: sequence
  36. label: 'Available currencies'
  37. orderby: value
  38. sequence:
  39. type: string
  40. field.formatter.settings.price_default:
  41. type: mapping
  42. label: 'Default price formatter settings'
  43. mapping:
  44. strip_trailing_zeroes:
  45. type: boolean
  46. label: 'Strip trailing zeroes after the decimal point'
  47. currency_display:
  48. type: string
  49. label: 'Currency display'
  50. field.formatter.settings.price_calculated:
  51. type: mapping
  52. label: 'Calculated price formatter settings'
  53. mapping:
  54. strip_trailing_zeroes:
  55. type: boolean
  56. label: 'Strip trailing zeroes after the decimal point'
  57. currency_display:
  58. type: string
  59. label: 'Currency display'