price.schema.yml in Price 3.0.x
Same filename and directory in other branches
config/schema/price.schema.yml
File
config/schema/price.schema.ymlView source
- price.price_currency.*:
- type: config_entity
- label: 'Currency'
- mapping:
- currencyCode:
- type: string
- label: 'Currency code'
- name:
- type: label
- label: 'Name'
- numericCode:
- type: string
- label: 'Numeric code'
- symbol:
- type: label
- label: 'Symbol'
- fractionDigits:
- type: integer
- label: 'Fraction digits'
-
- field.value.price:
- type: mapping
- label: 'Price'
- mapping:
- number:
- type: string
- label: 'Number'
- currency_code:
- type: string
- label: 'Currency code'
-
- field.field_settings.price:
- type: mapping
- label: 'Price field settings'
- mapping:
- available_currencies:
- type: sequence
- label: 'Available currencies'
- orderby: value
- sequence:
- type: string
-
- 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'