Files
marka/registry/templates/Review.marka
Max Richter 026537fa05
All checks were successful
Build and Push Server / build-and-push (push) Successful in 2m56s
fix: make sure that reviewes are parsed
2025-10-24 12:17:03 +02:00

40 lines
705 B
Plaintext

---
{
path: .
codec: yaml
fields:
- path: "_schema"
codec: const
value: Review
hidden: true
- path: "_type"
codec: const
value: Review
- path: tmdbId
- 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 }