Files
marka/registry/templates/Article.marka
2025-10-31 14:16:32 +01:00

43 lines
756 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: url
pathAlias: link
- path: articleSection
- path: reviewRating.ratingValue
pathAlias: rating
- path: reviewRating.bestRating
value: 5
codec: const
hidden: true
- path: keywords
- path: reviewRating.worstRating
value: 1
codec: const
hidden: true
}
---
# { headline }
{ articleBody }