ContentLoaderConfig class

Content loader configuration

Constructors

ContentLoaderConfig({String contentDir = 'content', List<String> extensions = const ['.md', '.markdown'], bool includeDrafts = false, List<BlockSyntax> blockSyntaxes = const [], List<InlineSyntax> inlineSyntaxes = const []})

Properties

blockSyntaxes → List<BlockSyntax>
Custom markdown extensions
final
contentDir → String
Base directory for content files
final
extensions → List<String>
File extensions to process
final
hashCode → int
The hash code for this object.
no setterinherited
includeDrafts → bool
Whether to include draft content
final
inlineSyntaxes → List<InlineSyntax>
Custom inline syntaxes
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited