Skip to content
Snippets Groups Projects
Commit c65d6df7 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2546356 by Pravin Ajaaz: Numeric field prefix/suffix settings should be translatable

parent 3f1ba54d
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -646,10 +646,10 @@ field.field_settings.integer:
type: integer
label: 'Maximum'
prefix:
type: string
type: label
label: 'Prefix'
suffix:
type: string
type: label
label: 'Suffix'
field.value.integer:
......@@ -684,10 +684,10 @@ field.field_settings.decimal:
type: float
label: 'Maximum'
prefix:
type: string
type: label
label: 'Prefix'
suffix:
type: string
type: label
label: 'Suffix'
field.value.decimal:
......@@ -715,10 +715,10 @@ field.field_settings.float:
type: float
label: 'Maximum'
prefix:
type: string
type: label
label: 'Prefix'
suffix:
type: string
type: label
label: 'Suffix'
field.value.float:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment