19 lines
327 B
YAML
19 lines
327 B
YAML
id: article
|
|
kind: content-model
|
|
name: Article
|
|
description: Longform articles and blog posts.
|
|
semantics:
|
|
document: true
|
|
chronological: true
|
|
searchable: true
|
|
indexable: true
|
|
routing:
|
|
detail: /articles/{slug}/
|
|
presentation:
|
|
default_style_config: article
|
|
capabilities:
|
|
- detail-page
|
|
- index-page
|
|
- rss
|
|
- search
|