post-card

post-card

ds.post-card can be used to show blog/article meta as a post-card.

Example:

Input
-- common.post-meta post-data: Quo praesentium sapiente vel soluta assumenda et
tag: Lorem ipsum
author: $author.john-doe
published-on: May 18, 6 min
post-image: $assets.files.static.image-placeholder.jpg
post-url: blog-articles/category-1/sample-post-2 

-- ds.post-card:
post-data: $post-data
Lang:
ftd
Output

Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore.

Totam rem aperiam, eaque ipsa quae ab illo inventore.
John Doe
UX Designer
-- ds.post-card:
post-data: $post-data
Lang:
ftd

Properties of post-card component

  • post-data - type: record use common.post-meta record to create featured post of your blog post as shown in below code snippet.
-- common.post-meta post-data: Quo praesentium sapiente vel soluta assumenda et
tag: Lorem ipsum
author: $author.john-doe
published-on: May 18, 6 min
post-image: $assets.files.static.image-placeholder.jpg
post-url: blog-articles/category-1/sample-post-2
Lang:
ftd
Copyright © 2023 - FifthTry