decaporg / decap-cms

A Git-based CMS for Static Site Generators
https://decapcms.org
MIT License
17.96k stars 3.05k forks source link

fix: summary string transformations format (#7221) #7313

Closed hip3r closed 1 week ago

hip3r commented 4 weeks ago

Summary

allow empty spaces in Summary String Transformations closes #7221

Test plan summary: "{{ title | upper }} / {{ title | lower }} / {{ title | truncate(1) }} / {{ nonexistant | default('Hello') }} / {{ mytruth | ternary('Yep','Nope') }} / {{ date | date('YYYY') }}"

BEFORE: / / / / /

AFTER: TITLE / title / t... / Hello / Yep / 2024

Checklist

Please add a x inside each checkbox:

A picture of a cute animal (not mandatory but encouraged) 370303722_3538721283063071_655819586224672097_n