You are here

price.schema.yml in Price 2.0.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. allow_negative:
  41. type: boolean
  42. label: 'Allow negative prices'
  43. field.formatter.settings.price_default:
  44. type: mapping
  45. label: 'Default price formatter settings'
  46. mapping:
  47. strip_trailing_zeroes:
  48. type: boolean
  49. label: 'Strip trailing zeroes after the decimal point'
  50. currency_display:
  51. type: string
  52. label: 'Currency display'
  53. field.formatter.settings.price_calculated:
  54. type: mapping
  55. label: 'Calculated price formatter settings'
  56. mapping:
  57. strip_trailing_zeroes:
  58. type: boolean
  59. label: 'Strip trailing zeroes after the decimal point'
  60. currency_display:
  61. type: string
  62. label: 'Currency display'
  63. adjustment_types:
  64. type: sequence
  65. label: 'Adjustment types'
  66. sequence:
  67. type: string
  68. label: 'Adjustment type'
  69. views.filter.price_currency:
  70. type: views.filter.in_operator