TitleDocumentConfig

Configuration for the names of title documents in the input and output trees.

class Object
trait Matchable
class Any

Value members

Concrete methods

def inputName(config: Config): ConfigResult[String]

The name to denote a title document in an input tree as configured in the specified instance.

The name to denote a title document in an input tree as configured in the specified instance.

def outputName(config: Config): ConfigResult[String]

The name to assign to a title document before rendering as configured in the specified instance.

The name to assign to a title document before rendering as configured in the specified instance.

Concrete fields

val defaultInputName: String
val defaultOutputName: String