Files
marka/registry/templates/Article.marka
2025-09-30 19:28:56 +02:00

35 lines
608 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
hidden: true
- path: reviewRating.worstRating
codec: const
hidden: true
}
---
# { headline }
{ articleBody }