GitHub

ShopifyArticleExcerptArgs

Type

import { ShopifyArticleExcerptArgs } from '@daffodil/driver/shopify'

A post that belongs to a Blog. Each article includes content with optional HTML formatting, an excerpt for previews, ArticleAuthor information, and an associated Image.

Articles can be organized with tags and include SEO metadata. You can manage comments when the blog's comment policy enables them.

interface ShopifyArticleExcerptArgs {
  truncateAt: number
}