Files
marka/registry/templates/Review.marka
Max Richter a07e489700
Some checks failed
Build and Push Server / build-and-push (push) Failing after 17m14s
feat: load links in recipes and review
2025-10-25 14:21:06 +02:00

42 lines
744 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 }