module Posts

Defined in:

posts.cr

Class Method Summary

Class Method Detail

def self.enable(is_enabled : Bool, content_post_path : Path, feature_set : Set(Totem::Any)) : Array(Markdown::File) | Nil #

Enable posts feature and return array of posts for dependent features Returns nil if posts feature is disabled


[View source]