Skip to content
Snippets Groups Projects

Issue #3108420 by p-neyens, mcgowanm: When format is set to NULL ampersands are double-escaped

Closed Issue #3108420 by p-neyens, mcgowanm: When format is set to NULL ampersands are double-escaped
26 files
+ 2394
267
Compare changes
  • Side-by-side
  • Inline
Files
26
@@ -17,15 +17,28 @@ field.formatter.settings.smart_trim:
wrap_class:
type: string
label: 'Wrapped content class'
more_link:
type: boolean
label: 'Display more link'
more_class:
type: string
label: 'More link class'
more_text:
type: string
label: 'More link text'
more:
type: mapping
label: 'More link configuration'
mapping:
display_link:
type: boolean
label: 'Display more link'
target_blank:
type: boolean
label: 'Open link in new window'
link_trim_only:
type: boolean
label: 'More link only when content is trimmed'
class:
type: string
label: 'More link class'
text:
type: string
label: 'More link text'
aria_label:
type: string
label: 'More link aria-label value'
summary_handler:
type: string
label: 'Summary handler'
@@ -39,3 +52,6 @@ field.formatter.settings.smart_trim:
trim_zero:
type: boolean
label: 'Honor a zero trim length'
replace_tokens:
type: boolean
label: 'Replace tokens before trimming'
Loading