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

Issue #2849529 by nicrodgers: Unable to translate boolean custom true and false strings in views

parent 0c660e34
Branches
Tags
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
......@@ -255,10 +255,10 @@ field.formatter.settings.boolean:
type: string
label: 'Output format'
format_custom_false:
type: string
type: label
label: 'Custom output for FALSE'
format_custom_true:
type: string
type: label
label: 'Custom output for TRUE'
field.formatter.settings.string:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment