Teaser

laika.helium.config.Teaser
case class Teaser(title: String, description: String)

Represents a single teaser block to be displayed on the landing page. Any number of these blocks can be passed to the Helium configuration.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product