Confvals with subtrees
Properties of CASE
| Name | Type |
|---|---|
| cObject | |
| cache | |
| cObject | |
| ->if |
array of cObjects
-
- Type
- cObject
Array of cObjects. Use this to define cObjects for the different values of
cobj-. Ifcase- key cobj-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.case- key
cache
-
- Type
- cache
See for details.
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
-
- Type
- ->if
If if returns false, nothing is returned.
Properties of COA
| Name | Type |
|---|---|
| cObject | |
| cache | |
| ->if <if> |
1,2,3,4...
-
- Type
- cObject
Numbered properties to define the different cObjects, which should be rendered.
cache
-
- Type
- cache
See cache function description for details.
if
-
- Type
- ->if <if>
If
ifreturns 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
-
- 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
-
- Type
- integer
- Default
{$styles.content. loginform. redirect Page Login Error}
Page id to redirect to after Login Error
dateFormat
-
- Type
- date-conf
- Default
- Y-m-d H:i
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
-
- 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
-
- Type
- array
label
-
- Type
- string
parent
-
- Type
- categories key
settings
-
- Type
- array
label
-
- Type
- string
description
-
- Type
- string
category
-
- Type
- categories key
type
-
- Type
- definition type
- Required
true
default
-
- Type
- mixed
- Required
true
The default value must have the same type like defined in site-settings-definition-settings-type.
readonly
-
- Type
- bool
If a site setting is marked as readonly, it can be overridden only by editing the
config/directly, but not from within the editor.sites/ my- site/ settings. yaml