Confvals with subtrees 

Properties of CASE 

TypoScript Case Properties
Name Type
cObject
cache
cObject
->if

array of cObjects

array of cObjects
Type
cObject

Array of cObjects. Use this to define cObjects for the different values of cobj-case-key. If cobj-case-key has a certain value, the according cObject will be rendered. The cObjects can have any name, but not the names of the other properties of the cObject CASE.

cache

cache
Type
cache

See for details.

default

default
Type
cObject

Use this to define the rendering for those values of cobj-case-key that do not match any of the values of the cobj-case-array-of-cObjects. If no default cObject is defined, an empty string will be returned for the default case.

if

if
Type
->if

If if returns false, nothing is returned.

Properties of COA 

Name Type
cObject
cache
->if <if>

1,2,3,4...

1,2,3,4...
Type
cObject

Numbered properties to define the different cObjects, which should be rendered.

cache

cache
Type
cache

See cache function description for details.

if

if
Type
->if <if>

If if returns false, the COA is not rendered.

Long default values 

Name Type Default test
string {$styles.content.log... 1
integer {$styles.content.log...
date-conf Y-m-d H:i
array {$styles.content.log...
bool {$styles.content.log...
string (language reference)

pages

pages
Type
string
Default
{$styles.content.loginform.pid}
test
1

Define the User Storage Page with the Website User Records, using a comma separated list or single value

redirectPageLoginError

redirectPageLoginError
Type
integer
Default
{$styles.content.loginform.redirectPageLoginError}

Page id to redirect to after Login Error

dateFormat

dateFormat
Type
date-conf
Default
Y-m-d H:i

email

email

email.templateRootPaths

email.templateRootPaths
Type
array
Default
{$styles.content.loginform.email.templateRootPaths}

Path to template directory used for emails

exposeNonexistentUserInForgotPasswordDialog

exposeNonexistentUserInForgotPasswordDialog
Type
bool
Default
{$styles.content.loginform.exposeNonexistentUserInForgotPasswordDialog}

If set and the user account cannot be found in the forgot password dialogue, an error message will be shown that the account could not be found.

title

title
Type
string (language reference)
Required

true

Example
LLL:EXT:dashboard/Resources/Private/Language/locallang.xlf:widgets.t3news.title

Defines the title of the widget. Language references are resolved.

Name Type Required
array
string
categories key
array
string
string
categories key
definition type true
mixed true
bool

categories

categories
Type
array

label

label
Type
string

parent

parent
Type
categories key

settings

settings
Type
array

label

label
Type
string

description

description
Type
string

category

category
Type
categories key

type

type
Type
definition type
Required

true

default

default
Type
mixed
Required

true

The default value must have the same type like defined in site-settings-definition-settings-type.

readonly

readonly
Type
bool

If a site setting is marked as readonly, it can be overridden only by editing the config/sites/my-site/settings.yaml directly, but not from within the editor.