Ghost/ghost/core/test/unit
Sag d24c7c5fa6
Added {{recommendations}} theme helper (#18340)
refs https://github.com/TryGhost/Product/issues/3940

- the {{recommendation}} helper fetches recommendations from the Content
API and renders a HTML template with pre-defined CSS classes
- the HTML template can be overridden in themes, by uploading a file
under partials/recommendations.hbs
- the CSS classes are not pre-defined, they need to be defined in
individual themes
- if there are no recommendations, nothing is rendered
- the {{recommendations}} helper currently accepts "page", "limit",
"filter", and "order" as options
2023-09-26 17:15:17 +02:00
..
api Updated to use assert/strict everywhere (#17047) 2023-06-21 09:56:59 +01:00
frontend Added {{recommendations}} theme helper (#18340) 2023-09-26 17:15:17 +02:00
server Upgraded to latest version of @tryghost/request 2023-09-26 12:45:14 +01:00
shared Allowed config to override labs flags 2023-09-25 11:24:32 +02:00