post-article
ds.post-article can be used to show blog/article meta as a post-article. To see it in action - Click here.

Example:

Input
-- common.post-meta meta1: Quo praesentium sapiente vel soluta assumenda et
tag: Lorem ipsum
author: $author.patrica
published-on: May 18, 6 min
post-image: $assets.files.assets.featured-1.jpg
post-url: blog-articles/sample-post/

-- ds.post-article:
post-data: $sample-post.meta1
Lang:
ftd
Output
-- ds.post-article:
post-data: $sample-post.meta
Lang:
ftd

Properties of post-article component

  • post-data - type: record use common.post-meta record to create featured post of your blog post as shown in below code snippet. To see it in featured posts page - Click here.
-- common.post-meta meta1: Quo praesentium sapiente vel soluta assumenda et
tag: Lorem ipsum
author: $author.patrica
published-on: May 18, 6 min
post-image: $assets.files.assets.featured-1.jpg
post-url: blog-articles/sample-post/
Lang:
ftd
Copyright Ā©2022. Fastn Inc.