in common/app/model/CardStyle.scala [24:39]
def make(cardStyle: fapiutils.CardStyle): CardStyle =
cardStyle match {
case fapiutils.SpecialReport => SpecialReport
case fapiutils.SpecialReportAlt => SpecialReportAlt
case fapiutils.LiveBlog => LiveBlog
case fapiutils.DeadBlog => DeadBlog
case fapiutils.Feature => Feature
case fapiutils.Editorial => Editorial
case fapiutils.Comment => Comment
case fapiutils.Media => Media
case fapiutils.Analysis => Analysis
case fapiutils.Review => Review
case fapiutils.Letters => Letters
case fapiutils.ExternalLink => ExternalLink
case fapiutils.DefaultCardstyle => DefaultCardstyle
}