Files
marka/registry/templates/Review.marka
Max Richter 2b965cb8f7
All checks were successful
Build and Push Server / build-and-push (push) Successful in 2m52s
feat: handle []string or string for pathAlias
2025-10-24 11:44:57 +02:00

42 lines
739 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 }
{ keywords | hashtags }
## Review
{ reviewBody }