FeedsSettings.

Customization Property

Summary

Allows customization of the Wyam.Feeds.GenerateFeeds module for setting metadata fields, etc.
Assembly
Wyam.Web.dll
Namespace
Wyam.Web.Pipelines
Containing Type
FeedsSettings

Syntax

public Func<GenerateFeeds, GenerateFeeds> Customization { get; set; }

Value

Type Description
Func<GenerateFeeds, GenerateFeeds>
GitHub