Reserved top-level objects

List of the reserved top-level objects

lib

lib

lib

This top-level object name is reserved.

The top-level object lib is used to store, copy and reference TypoScript code.

This top-level object is available after the template is cached, objects in it can therefore be referenced and copied by using the reference operator =<.

EXT:my_sitepackage/Configuration/TypoScript/setup.typoscript
lib.some_content = TEXT
lib.some_content.value = Hello World!

// Output
// <p>Hello World!</p><p>Hello World!</p>
page = PAGE
page {
    10 =< lib.some_content
    10.wrap = <h1>|</h1>

    20 =< lib.some_content
    20.wrap = <p>|</p>
}
Copied!

styles

styles

styles

This top-level object name is reserved.

tt_content

The top-level keyword tt_content is used to render content from the table tt_content.

resources

resources

resources
Type
readonly

Resources in list (internal)

sitetitle

sitetitle

sitetitle
Type
readonly

SiteTitle (internal)