Types
Type alias: ProductFeedOptions
product-rss-feed.ProductFeedOptions
Ƭ ProductFeedOptions: Object
Name | Type | Description |
---|---|---|
description? | string | The <description /> of the feed. |
link? | string | The <link /> of the feed. |
path? | string | If provided, the feed will be written to this path. |
pretty? | boolean | Should the RSS feed be pretty printed? |
strict? | boolean | Should the incoming products be validated against productRssFeedItemSchema and invalid entries be rejected? true |
title? | string | The <title /> of the feed. |