- Issue created by @sorlov
- Status changed to Needs review
over 1 year ago 6:11am 19 June 2023 - Status changed to RTBC
5 months ago 1:15am 22 June 2024
Price field settings have next config schema described:
field.field_settings.price:
type: mapping
label: 'Price field settings'
mapping:
available_currencies:
type: sequence
label: 'Available currencies'
orderby: value
sequence:
type: string
While actual field type name is price_price.
This way it is failing validation with
Config inspector →
.
Need to fix config schema with correct field type name.