Skip to content

Instantly share code, notes, and snippets.

@privateblue
Created July 8, 2014 12:44
Show Gist options
  • Save privateblue/d446a7ec1393082de73f to your computer and use it in GitHub Desktop.
Save privateblue/d446a7ec1393082de73f to your computer and use it in GitHub Desktop.
case class BlogMeta(
description: Option[String] = None,
descriptionHtml: Option[String] = None,
timezone: String = "America/New_York",
properties: Option[String] = None,
adminProperties: Option[String] = None,
showLikesInLatest: Option[Boolean] = None,
showRepliesInLatest: Option[Boolean] = None,
features: List[String] = List(),
groupBlog: Option[Boolean] = None)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment