Files
marka/registry/templates/Review.marka
Max Richter 5f52a630ea
All checks were successful
Build and Push Server / build-and-push (push) Successful in 6m1s
feat: load links in recipes and review
2025-10-27 00:41:07 +01:00

40 lines
742 B
Plaintext

---
{
path: .
codec: yaml
fields:
- path: "_schema"
codec: const
value: Review
hidden: true
- path: "_type"
codec: const
value: Review
- path: tmdbId
- path: link
pathAlias: link
- path: image
- path: author.name
pathAlias: author
- path: author._type
codec: const
value: Person
hidden: true
- path: datePublished
pathAlias: date
- path: reviewRating.ratingValue
pathAlias: rating
- path: reviewRating.bestRating
codec: const
value: 5
hidden: true
- path: reviewRating.worstRating
codec: const
value: 1
hidden: true
- path: reviewBody
}
---
# { itemReviewed.name }
{ reviewBody }