- Issue created by @sorlov
- Status changed to Needs review
over 1 year ago 6:01am 19 June 2023 - Status changed to RTBC
5 months ago 1:15am 22 June 2024
Fomatters have next config schema described:
field.formatter.settings.price_default:
type: mapping
label: 'Default price formatter settings'
mapping:
strip_trailing_zeroes:
type: boolean
label: 'Strip trailing zeroes after the decimal point'
currency_display:
type: string
label: 'Currency display'
field.formatter.settings.price_calculated:
type: mapping
label: 'Calculated price formatter settings'
mapping:
strip_trailing_zeroes:
type: boolean
label: 'Strip trailing zeroes after the decimal point'
currency_display:
type: string
label: 'Currency display'
While actual formatter names are price_price_default and price_modified_default.
This way it is failing validation with Config inspector → .
Need to fix config schema with correct formatter names and also complete schema for price_modified_default as it is missing display_modifier option