Files
marka/registry/templates/Article.marka
Max Richter 75d6dab008
All checks were successful
Build and Push Server / build-and-push (push) Successful in 7m4s
feat: reimplement pathAlias for yaml fields
2025-10-24 11:12:35 +02:00

39 lines
706 B
Plaintext

---
{
path: .
codec: yaml
fields:
- path: "_schema"
codec: const
value: Article
hidden: true
- path: "_type"
codec: const
value: Article
- path: image
- path: about
- path: url
- path: author.name
pathAlias: author
- path: author._type
codec: const
value: Person
hidden: true
- path: datePublished
- path: articleSection
- path: reviewRating.ratingValue
pathAlias:
- rating
- path: reviewRating.bestRating
value: 5
codec: const
hidden: true
- path: reviewRating.worstRating
value: 1
codec: const
hidden: true
}
---
# { headline }
{ articleBody }