module Posts
Defined in:
posts.crClass Method Summary
-
.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
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