Skip to main content

1.25.2 - Soft Gate headline and message can be cleared

· One min read
Konstantin Brazhnik
Senior Full Stack Engineer @ Yoko Co

Version 1.25.2 fixes the site-wide Default headline and Default message under Content Gating, which could be edited but not switched off: saving either one blank stored the empty value correctly, then the front end put the built-in copy straight back.

  • [FIX] Honors a cleared Default headline and Default message. The resolver was treating an empty value as "never configured" and substituting the built-in copy, so neither field could be emptied. An empty value is now kept, and a cleared headline renders no heading at all rather than an empty one — with the dialog falling back to an aria-label so it keeps an accessible name.
  • [FIX] Both settings now explain the behavior where you set them: the headline carries a Leave empty for no headline placeholder, and the message an equivalent description.
Blank means two different things

Site-wide, blank means show nothing there. Per post, blank still means inherit the site-wide value — which is what the "Uses global default" placeholders promise. Only the headline and message can be emptied this way; Default button text keeps its fallback, because a button with no label is unusable.