Fix config schema for field settings

Created on 19 June 2023, about 1 year ago
Updated 22 June 2024, 7 days ago

Problem/Motivation

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 β†’ .

Proposed resolution

Need to fix config schema with correct field type name.

πŸ› Bug report
Status

RTBC

Version

3.0

Component

Code

Created by

πŸ‡·πŸ‡ΊRussia sorlov

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024