0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00
ghost/core
Hannah Wolfe 981f11da95
Added basic {{match}} helper
refs: https://github.com/TryGhost/Team/issues/759

- The match helper allows for basic equals and not equals comparisons,
Example:
  {{match title "=" "Getting Started"}}
  {{match slug "!=" "welcome"}}
- There's a lot more functionality we want to add here, so that it ends up being a replacement for {{#has}}
- However, this first iteration is already useful, especially in the context of custom theme settings
- Therefore we are adding it early, and will document it along with custom theme settings when that goes GA very soon
2021-10-14 19:36:56 +01:00
..
client@60af36f2d4 Updated Admin to v4.18.0 2021-10-08 16:00:25 +01:00
frontend Added basic {{match}} helper 2021-10-14 19:36:56 +01:00
server Added image as an allowed custom theme setting type 2021-10-14 18:41:54 +01:00
shared Added basic {{match}} helper 2021-10-14 19:36:56 +01:00
app.js Added Sentry to new boot process 2021-02-19 09:20:41 +00:00
boot.js Added metric-shipping to monitor boot-time 2021-10-12 15:01:50 +01:00
bridge.js Added clarifying note to bridge 2021-09-30 15:43:39 +01:00