Files
marka/registry/templates/Article.marka
Max Richter b13d5015f4 wip
2025-09-25 16:41:26 +02:00

38 lines
662 B
Plaintext

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