You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In "Extending the user settings", it is not clear what array keys are available in $GLOBALS['TYPO3_USER_SETTINGS']['columns']['myfield']. While it is similar to TCA, it is different (e.g. in user settings configuration "label" and "type" is on same level, in TCA "type" is in subarray "config")
Expected behavior/output
List of fields which can be used in $GLOBALS['TYPO3_USER_SETTINGS']['columns']['myfield'] (or information how one can figure this out yourself).
Possibly, all fields available under "config" (for the supplied type) can be used.
Current behavior
In "Extending the user settings", it is not clear what array keys are available in
$GLOBALS['TYPO3_USER_SETTINGS']['columns']['myfield']
. While it is similar to TCA, it is different (e.g. in user settings configuration "label" and "type" is on same level, in TCA "type" is in subarray "config")Expected behavior/output
List of fields which can be used in
$GLOBALS['TYPO3_USER_SETTINGS']['columns']['myfield']
(or information how one can figure this out yourself).Possibly, all fields available under "config" (for the supplied type) can be used.
Links
TYPO3 versions
Additional context
In the docs example following fields are used:
Additionally, the following works
The text was updated successfully, but these errors were encountered: