ContentLoaderConfig constructor
ContentLoaderConfig({})
Implementation
ContentLoaderConfig({
this.contentDir = 'content',
this.extensions = const ['.md', '.markdown'],
this.includeDrafts = false,
this.blockSyntaxes = const [],
this.inlineSyntaxes = const [],
});