Files
marka/registry/templates/Review.marka
Max Richter dfc38e2c86
All checks were successful
Build and Push Server / build-and-push (push) Successful in 2m57s
fix: make templates work
2025-10-31 18:16:33 +01:00

41 lines
743 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 }